Class ASTOperation
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperation
- All Implemented Interfaces:
Node
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ASTOperation
(int id) protected
ASTOperation
(SyntaxTreeBuilder p, int id) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, getId, isScopeChange, jjtAccept, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
-
Constructor Details
-
ASTOperation
protected ASTOperation(int id) - Parameters:
id
-
-
ASTOperation
- Parameters:
p
-id
-
-
-
Method Details
-
getDatasetClauseList
-
getWhereClause
-