Class ASTQueryContainer
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer
org.eclipse.rdf4j.query.parser.sparql.ast.ASTQueryContainer
- All Implemented Interfaces:
Node
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQuery()jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.voidsetSourceString(String source) Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer
getBaseDecl, getOperation, getPrefixDeclListMethods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
-
Constructor Details
-
ASTQueryContainer
public ASTQueryContainer(int id) -
ASTQueryContainer
-
-
Method Details
-
jjtAccept
Description copied from class:SimpleNodeAccept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Throws:
VisitorException
-
containsQuery
public boolean containsQuery() -
getQuery
-
setSourceString
- Specified by:
setSourceStringin classASTOperationContainer
-
getSourceString
- Specified by:
getSourceStringin classASTOperationContainer
-