Access
::= <ID:String>;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.Access
AST.ThisAccess
- 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.ThisAccess
Java1.4Frontend/java.ast
at line 27
Java1.4Frontend/LookupType.jrag
at line 248
Java1.5Frontend/Generics.jrag
at line 320
syn boolean isThisAccess()
isThisAccess
in class Expr
Java1.4Frontend/ResolveAmbiguousNames.jrag
at line 31
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 125
public void flushCache()
flushCache
in class Access
public void flushCollectionCache()
flushCollectionCache
in class Access
public ThisAccess clone() throws java.lang.CloneNotSupportedException
public ThisAccess copy()
public ThisAccess 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 570
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 |