Access
::= <ID:String>;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Access
AST.SuperAccess
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
FRAMES NO FRAMES |
Access
::= <ID:String>;java.lang.Objectbeaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Access
AST.SuperAccess
Java1.4Frontend/java.ast
at line 28
Java1.4Frontend/LookupType.jrag
at line 249
Java1.5Frontend/Generics.jrag
at line 326
syn boolean isSuperAccess()
isSuperAccess
in class Expr
Java1.4Frontend/ResolveAmbiguousNames.jrag
at line 25
syn NameType predNameType()
predNameType
in class Access
Java1.4Frontend/SyntacticClassification.jrag
at line 56
inh boolean inExplicitConstructorInvocation()
inExplicitConstructorInvocation
in class Access
Java1.4Frontend/TypeHierarchyCheck.jrag
at line 124
public void flushCache()
flushCache
in class Access
public void flushCollectionCache()
flushCollectionCache
in class Access
public SuperAccess clone() throws java.lang.CloneNotSupportedException
public SuperAccess copy()
public SuperAccess fullCopy()
public void toString(java.lang.StringBuffer s)
public void nameCheck()
public void createBCode(CodeGeneration gen)
createBCode
in class ASTNode<ASTNode>
Java1.4Backend/CreateBCode.jrag
at line 573
public void init$Children()
init$Children
in class Access
protected int numChildren()
numChildren
in class Access
public boolean mayHaveRewrite()
mayHaveRewrite
in class Access
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()
protected java.lang.String tokenString_ID
public int IDstart
public int IDend
protected boolean decl_computed
protected TypeDecl decl_value
protected boolean type_computed
protected TypeDecl type_value
|
|||||||
FRAMES NO FRAMES |