public abstract class GDecl extends ASTNode<ASTNode> implements java.lang.Cloneable
children, generatedWithCacheCycle, numChildren, parent| Constructor and Description |
|---|
GDecl() |
| Modifier and Type | Method and Description |
|---|---|
GDecl |
clone() |
void |
flushAttrCache() |
void |
flushCollectionCache() |
abstract GDecl |
fullCopy()
Deprecated.
Please use treeCopy or treeCopyNoTransform instead
|
void |
init$Children()
Initializes the child array to the correct size.
|
protected int |
numChildren() |
abstract GDecl |
treeCopy()
Create a deep copy of the AST subtree at this node.
|
abstract GDecl |
treeCopyNoTransform()
Create a deep copy of the AST subtree at this node.
|
accept, addChild, astChildIterator, astChildren, copy, doFullTraversal, flushAttrAndCollectionCache, flushCache, flushTreeCache, getChild, getChildNoTransform, getIndexOfChild, getNumChild, getNumChildNoTransform, getParent, getPosition, insertChild, is$Equal, is$Equal, removeChild, resetState, rewrittenNode, setChild, setParent, setPosition, statepublic 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 GDecl clone() throws java.lang.CloneNotSupportedException
@Deprecated public abstract GDecl fullCopy()
public abstract GDecl treeCopyNoTransform()
treeCopyNoTransform in class ASTNode<ASTNode>public abstract GDecl treeCopy()