public class GPrecedence extends ASTNode<ASTNode> implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
tokenString_Name |
children, generatedWithCacheCycle, numChildren, parent| Constructor and Description |
|---|
GPrecedence() |
GPrecedence(java.lang.String p0) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GVisitor vis) |
GPrecedence |
clone() |
GPrecedence |
copy() |
void |
flushAttrCache() |
void |
flushCollectionCache() |
GPrecedence |
fullCopy()
Deprecated.
Please use treeCopy or treeCopyNoTransform instead
|
java.lang.String |
getName()
Retrieves the value for the lexeme Name.
|
void |
init$Children()
Initializes the child array to the correct size.
|
protected boolean |
is$Equal(ASTNode node) |
protected int |
numChildren() |
void |
setName(java.lang.String value)
Replaces the lexeme Name.
|
GPrecedence |
treeCopy()
Create a deep copy of the AST subtree at this node.
|
GPrecedence |
treeCopyNoTransform()
Create a deep copy of the AST subtree at this node.
|
addChild, astChildIterator, astChildren, doFullTraversal, flushAttrAndCollectionCache, flushCache, flushTreeCache, getChild, getChildNoTransform, getIndexOfChild, getNumChild, getNumChildNoTransform, getParent, getPosition, insertChild, is$Equal, removeChild, resetState, rewrittenNode, setChild, setParent, setPosition, statepublic GPrecedence()
@ASTNodeAnnotation.Constructor(name="Name", type="String", kind="Token") public GPrecedence(java.lang.String p0)
public void init$Children()
init$Children in class ASTNode<ASTNode>protected int numChildren()
numChildren in class ASTNode<ASTNode>public void flushAttrCache()
flushAttrCache in class ASTNode<ASTNode>public void flushCollectionCache()
flushCollectionCache in class ASTNode<ASTNode>public GPrecedence clone() throws java.lang.CloneNotSupportedException
public GPrecedence copy()
@Deprecated public GPrecedence fullCopy()
public GPrecedence treeCopyNoTransform()
treeCopyNoTransform in class ASTNode<ASTNode>public GPrecedence treeCopy()
public void setName(java.lang.String value)
value - The new value for the lexeme Name.@ASTNodeAnnotation.Token(name="Name") public java.lang.String getName()