Class ASTConstructQuery
- java.lang.Object
 - 
- org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
 - 
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperation
 - 
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTQuery
 - 
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTConstructQuery
 
 
 
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
children, id, parent, parser 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ASTConstructQuery(int id)ASTConstructQuery(SyntaxTreeBuilder p, int id) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTConstructgetConstruct()ObjectjjtAccept(SyntaxTreeBuilderVisitor visitor, Object data)Accept the visitor.- 
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.ASTQuery
getBindingsClause, getGroupClause, getHavingClause, getLimit, getOffset, getOrderClause, hasLimit, hasOffset 
- 
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperation
getDatasetClauseList, getWhereClause 
- 
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, dump, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, setScopeChange, toString, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ASTConstructQuery
public ASTConstructQuery(int id)
 
- 
ASTConstructQuery
public ASTConstructQuery(SyntaxTreeBuilder p, int id)
 
 - 
 
- 
Method Detail
- 
jjtAccept
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
Description copied from interface:NodeAccept the visitor.- Specified by:
 jjtAcceptin interfaceNode- Overrides:
 jjtAcceptin classSimpleNode- Throws:
 VisitorException
 
- 
getConstruct
public ASTConstruct getConstruct()
 
 - 
 
 -