AST
node type BoundFieldAccess

General Info

Production
BoundFieldAccess : VarAccess ::= <FieldDeclaration:FieldDeclaration>;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.Expr
              extended by AST.Access
                  extended by AST.VarAccess
                      extended by AST.BoundFieldAccess
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>

Description

Source
Declared in Java1.4Frontend/BoundNames.ast at line 6

Member Filters

API level:

Aspect:

Constructors

 
Source
Declared in Java1.4Frontend/BoundNames.jrag at line 68
Aspect
BoundNames
 
public BoundFieldAccess(java.lang.String p0,
                        FieldDeclaration p1)
 
public BoundFieldAccess(beaver.Symbol p0,
                        FieldDeclaration p1)
 

Attributes

syn Variable decl()
Overrides:decl in class VarAccess
Source
Declared in Java1.4Frontend/BoundNames.jrag at line 72
Aspect
BoundNames

Methods

public void flushCache()
Overrides:flushCache in class VarAccess
public void flushCollectionCache()
Overrides:flushCollectionCache in class VarAccess
public BoundFieldAccess clone()
                       throws java.lang.CloneNotSupportedException
Overrides:clone in class VarAccess
Throws:
java.lang.CloneNotSupportedException
Overrides:copy in class VarAccess
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:fullCopy in class VarAccess
Returns:
dangling copy of the subtree at this node
public boolean isExactVarAccess()
Source
Declared in Java1.4Frontend/BoundNames.jrag at line 73
Aspect
BoundNames
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class VarAccess
protected int numChildren()
Overrides:numChildren in class VarAccess
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class VarAccess
public void setID(java.lang.String value)
Replaces the lexeme ID.
Overrides:setID in class VarAccess
Parameters:
value - The new value for the lexeme ID.
public void setID(beaver.Symbol symbol)
JastAdd-internal setter for lexeme ID using the Beaver parser.
Overrides:setID in class VarAccess
public java.lang.String getID()
Retrieves the value for the lexeme ID.
Overrides:getID in class VarAccess
Returns:
The value for the lexeme ID.
Replaces the lexeme FieldDeclaration.
Parameters:
value - The new value for the lexeme FieldDeclaration.
Retrieves the value for the lexeme FieldDeclaration.
Returns:
The value for the lexeme FieldDeclaration.
Overrides:rewriteTo in class VarAccess

Fields

Inherited Members

Attributes inherited from AST.VarAccess

Attributes inherited from AST.Access

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.VarAccess

Methods inherited from class AST.Access

Methods inherited from class AST.Expr

Methods inherited from class AST.ASTNode

Methods inherited from class beaver.Symbol

getColumn
getEnd
getId
getLine
getStart
makePosition

Methods inherited from class java.lang.Object

equals
finalize
getClass
hashCode
notify
notifyAll
wait
wait
wait

Fields inherited from AST.VarAccess

Fields inherited from AST.Access

Fields inherited from AST.Expr

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value