StaticImportDecl
::= <ID:String>;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.ImportDecl
AST.StaticImportDecl
AST.SingleStaticImportDecl
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
FRAMES NO FRAMES |
StaticImportDecl
::= <ID:String>;java.lang.Objectbeaver.Symbol
AST.ASTNode<ASTNode>
AST.ImportDecl
AST.StaticImportDecl
AST.SingleStaticImportDecl
Java1.5Frontend/StaticImports.ast
at line 12
public SingleStaticImportDecl()
public SingleStaticImportDecl(Access p0, java.lang.String p1)
public SingleStaticImportDecl(Access p0, beaver.Symbol p1)
type
in class StaticImportDecl
Java1.5Frontend/StaticImports.jrag
at line 53
syn java.lang.String name()
Java1.5Frontend/StaticImports.jrag
at line 99
public void flushCache()
flushCache
in class StaticImportDecl
public void flushCollectionCache()
flushCollectionCache
in class StaticImportDecl
public SingleStaticImportDecl clone() throws java.lang.CloneNotSupportedException
clone
in class StaticImportDecl
java.lang.CloneNotSupportedException
public SingleStaticImportDecl copy()
public SingleStaticImportDecl fullCopy()
public void typeCheck()
public void nameCheck()
public void toString(java.lang.StringBuffer s)
public void init$Children()
init$Children
in class StaticImportDecl
protected int numChildren()
numChildren
in class StaticImportDecl
public boolean mayHaveRewrite()
mayHaveRewrite
in class StaticImportDecl
setAccess
in class StaticImportDecl
node
- The new node to replace the Access child.getAccess
in class StaticImportDecl
public Access getAccessNoTransform()
This method does not invoke AST transformations.
getAccessNoTransform
in class StaticImportDecl
public void setID(java.lang.String value)
value
- The new value for the lexeme ID.public void setID(beaver.Symbol symbol)
public java.lang.String getID()
public NameType Define_NameType_nameType(ASTNode caller, ASTNode child)
Define_NameType_nameType
in class ASTNode<ASTNode>
Java1.5Frontend/StaticImports.jrag
at line 203
rewriteTo
in class StaticImportDecl
|
|||||||
FRAMES NO FRAMES |