Package | Description |
---|---|
org.eclipse.rdf4j.query.parser.serql.ast |
Modifier and Type | Class and Description |
---|---|
class |
ASTBNode |
class |
ASTDatatype |
class |
ASTFunctionCall |
class |
ASTLabel |
class |
ASTLang |
class |
ASTLiteral |
class |
ASTLocalName |
class |
ASTNamespace |
class |
ASTNull |
class |
ASTQName |
class |
ASTStr |
class |
ASTURI |
class |
ASTValue
Abstract super type of all basic values (URIs, QNames, BNodes and Literals).
|
class |
ASTVar |
Modifier and Type | Method and Description |
---|---|
ASTValueExpr |
ASTFrom.getContextID() |
ASTValueExpr |
ASTLiteral.getDatatypeNode() |
ASTValueExpr |
ASTRegex.getFlags() |
ASTValueExpr |
ASTLangMatches.getLanguageRange() |
ASTValueExpr |
ASTLangMatches.getLanguageTag() |
ASTValueExpr |
ASTSameTerm.getLeftOperand() |
ASTValueExpr |
ASTIn.getLeftOperand() |
ASTValueExpr |
ASTCompareAny.getLeftOperand() |
ASTValueExpr |
ASTCompareAll.getLeftOperand() |
ASTValueExpr |
ASTCompare.getLeftOperand() |
ASTValueExpr |
ASTStr.getOperand() |
ASTValueExpr |
ASTRegex.getPattern() |
ASTValueExpr |
ASTSameTerm.getRightOperand() |
ASTValueExpr |
ASTCompare.getRightOperand() |
ASTValueExpr |
ASTRegex.getText() |
ASTValueExpr |
ASTProjectionElem.getValueExpr() |
ASTValueExpr |
ASTOrderExpr.getValueExpr() |
ASTValueExpr |
ASTLike.getValueExpr() |
ASTValueExpr |
ASTInList.getValueExpr() |
ASTValueExpr |
ASTEdge.getValueExpr()
Gets the value expression for this edge.
|
Modifier and Type | Method and Description |
---|---|
List<ASTValueExpr> |
ASTArgList.getElements() |
Modifier and Type | Method and Description |
---|---|
void |
ASTBound.setOperand(ASTValueExpr operand) |
Constructor and Description |
---|
ASTBound(ASTValueExpr operand) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.