Decl
::= Type:Access
;- Type Hierarchy:
java.lang.Object
AST.ASTNode<ASTNode>
AST.BlockStmt
AST.Decl
AST.VarDecl
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
FRAMES NO FRAMES |
Decl
::= Type:Access
;java.lang.ObjectAST.ASTNode<ASTNode>
AST.BlockStmt
AST.Decl
AST.VarDecl
spec/picojava.ast
at line 9
public void prettyPrint(java.lang.StringBuilder sb, int t)
spec/PrettyPrint.jadd
at line 48
public void init$Children()
init$Children
in class Decl
protected int numChildren()
numChildren
in class Decl
public boolean mayHaveRewrite()
mayHaveRewrite
in class Decl
public void flushCache()
flushCache
in class Decl
public void flushCollectionCache()
flushCollectionCache
in class Decl
public void setName(java.lang.String value)
public java.lang.String getName()
node
- The new node to replace the Type child.public Access getTypeNoTransform()
This method does not invoke AST transformations.
|
|||||||
FRAMES NO FRAMES |