ASTNode
;- Type Hierarchy:
java.lang.Object
AST.ASTNode<T>
AST.List<T>
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<T>
|
|||||||
FRAMES NO FRAMES |
ASTNode
;java.lang.ObjectAST.ASTNode<T>
AST.List<T>
public void init$Children()
init$Children
in class ASTNode<T extends ASTNode>
public void insertChild(ASTNode node, int i)
public void removeChild(int i)
removeChild
in class ASTNode<T extends ASTNode>
public int getNumChild()
public boolean mayHaveRewrite()
mayHaveRewrite
in class ASTNode<T extends ASTNode>
public void flushCache()
flushCache
in class ASTNode<T extends ASTNode>
public void flushCollectionCache()
flushCollectionCache
in class ASTNode<T extends ASTNode>
|
|||||||
FRAMES NO FRAMES |