public class ASTConstructQuery extends ASTGraphQuery
children, id, parent, parser
Constructor and Description |
---|
ASTConstructQuery(int id) |
ASTConstructQuery(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTConstruct |
getConstructClause() |
ASTLimit |
getLimit() |
ASTOffset |
getOffset() |
ASTOrderBy |
getOrderBy() |
ASTQueryBody |
getQueryBody() |
boolean |
hasLimit() |
boolean |
hasOffset() |
boolean |
hasOrderBy() |
boolean |
hasQueryBody() |
Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
Object data)
Accept the visitor.
|
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
public ASTConstructQuery(int id)
public ASTConstructQuery(SyntaxTreeBuilder p, int id)
public Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException
SimpleNode
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
VisitorException
public ASTConstruct getConstructClause()
public boolean hasQueryBody()
public ASTQueryBody getQueryBody()
public boolean hasOrderBy()
public ASTOrderBy getOrderBy()
public boolean hasLimit()
public ASTLimit getLimit()
public boolean hasOffset()
public ASTOffset getOffset()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.