|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ASTBooleanExpr | |
|---|---|
| org.openrdf.query.parser.serql.ast | |
| Uses of ASTBooleanExpr in org.openrdf.query.parser.serql.ast |
|---|
| Subclasses of ASTBooleanExpr in org.openrdf.query.parser.serql.ast | |
|---|---|
class |
ASTAnd
|
class |
ASTBooleanConstant
|
class |
ASTBound
|
class |
ASTCompare
|
class |
ASTCompareAll
|
class |
ASTCompareAny
|
class |
ASTExists
|
class |
ASTIn
|
class |
ASTIsBNode
|
class |
ASTIsLiteral
|
class |
ASTIsResource
|
class |
ASTIsURI
|
class |
ASTLike
|
class |
ASTNot
|
class |
ASTOr
|
| Methods in org.openrdf.query.parser.serql.ast that return ASTBooleanExpr | |
|---|---|
ASTBooleanExpr |
ASTWhere.getCondition()
|
ASTBooleanExpr |
ASTNot.getOperand()
|
| Methods in org.openrdf.query.parser.serql.ast that return types with arguments of type ASTBooleanExpr | |
|---|---|
List<ASTBooleanExpr> |
ASTAnd.getOperandList()
|
List<ASTBooleanExpr> |
ASTOr.getOperandList()
|
| Methods in org.openrdf.query.parser.serql.ast with parameters of type ASTBooleanExpr | |
|---|---|
void |
ASTNot.setOperand(ASTBooleanExpr operand)
|
| Constructors in org.openrdf.query.parser.serql.ast with parameters of type ASTBooleanExpr | |
|---|---|
ASTNot(ASTBooleanExpr operand)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||