Package | Description |
---|---|
org.eclipse.rdf4j.query.parser.serql.ast |
Modifier and Type | Class and Description |
---|---|
class |
ASTAnd |
class |
ASTBooleanConstant |
class |
ASTBound |
class |
ASTCompare |
class |
ASTCompareAll |
class |
ASTCompareAny |
class |
ASTExists |
class |
ASTIn |
class |
ASTInList |
class |
ASTIsBNode |
class |
ASTIsLiteral |
class |
ASTIsResource |
class |
ASTIsURI |
class |
ASTLangMatches |
class |
ASTLike |
class |
ASTNot |
class |
ASTOr |
class |
ASTRegex |
class |
ASTSameTerm |
Modifier and Type | Method and Description |
---|---|
ASTBooleanExpr |
ASTWhere.getCondition() |
ASTBooleanExpr |
ASTNot.getOperand() |
Modifier and Type | Method and Description |
---|---|
List<ASTBooleanExpr> |
ASTOr.getOperandList() |
List<ASTBooleanExpr> |
ASTAnd.getOperandList() |
Modifier and Type | Method and Description |
---|---|
void |
ASTNot.setOperand(ASTBooleanExpr operand) |
Constructor and Description |
---|
ASTNot(ASTBooleanExpr operand) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.