public class ASTSelect extends SimpleNode
| Constructor and Description |
|---|
ASTSelect(int id) |
ASTSelect(SyntaxTreeBuilder p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ASTProjectionElem> |
getProjectionElemList() |
boolean |
isDistinct() |
boolean |
isReduced() |
boolean |
isSubSelect() |
boolean |
isWildcard() |
java.lang.Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setDistinct(boolean distinct) |
void |
setReduced(boolean reduced) |
void |
setWildcard(boolean wildcard) |
java.lang.String |
toString()
You can override these two methods in subclasses of SimpleNode to customize the way the node appears when the tree is dumped.
|
childrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toStringpublic ASTSelect(int id)
public ASTSelect(SyntaxTreeBuilder p, int id)
public java.lang.Object jjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data) throws VisitorException
SimpleNodejjtAccept in interface NodejjtAccept in class SimpleNodeVisitorExceptionpublic boolean isDistinct()
public void setDistinct(boolean distinct)
public boolean isReduced()
public void setReduced(boolean reduced)
public boolean isWildcard()
public boolean isSubSelect()
public void setWildcard(boolean wildcard)
public java.util.List<ASTProjectionElem> getProjectionElemList()
public java.lang.String toString()
SimpleNodetoString in class SimpleNodeCopyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence