BlockStmt
::= <Name:String>;- Type Hierarchy:
java.lang.Object
AST.ASTNode<ASTNode>
AST.BlockStmt
AST.Decl
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
FRAMES NO FRAMES |
BlockStmt
::= <Name:String>;java.lang.ObjectAST.ASTNode<ASTNode>
AST.BlockStmt
AST.Decl
spec/picojava.ast
at line 6
syn Decl declarationOf(java.lang.String name)
declarationOf
in class BlockStmt
spec/NameResolution.jrag
at line 100
syn boolean isUnknown()
spec/NullObjects.jrag
at line 5
inh PrimitiveDecl booleanType()
spec/PredefinedTypes.jrag
at line 15
public void init$Children()
init$Children
in class BlockStmt
protected int numChildren()
numChildren
in class BlockStmt
public boolean mayHaveRewrite()
mayHaveRewrite
in class BlockStmt
public void flushCache()
flushCache
in class BlockStmt
public void flushCollectionCache()
flushCollectionCache
in class BlockStmt
public void setName(java.lang.String value)
value
- The new value for the lexeme Name.public java.lang.String getName()
protected java.lang.String tokenString_Name
protected java.util.Map declarationOf_String_visited
protected int isUnknown_visited
protected int booleanType_visited
|
|||||||
FRAMES NO FRAMES |