AST
node type ArrayTypeWithSizeAccess

General Info

Production
ArrayTypeWithSizeAccess : ArrayTypeAccess ::= Expr;
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.TypeAccess
                      extended by AST.ArrayTypeAccess
                          extended by AST.ArrayTypeWithSizeAccess
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>

Description

Source
Declared in Java1.4Frontend/java.ast at line 26

Member Filters

API level:

Aspect:

Constructors

Attributes

syn boolean isDAafter(Variable v)
Overrides:isDAafter in class ArrayTypeAccess
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 235
Aspect
DA
syn boolean isDUafter(Variable v)
Overrides:isDUafter in class ArrayTypeAccess
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 694
Aspect
DU

Methods

public void flushCache()
Overrides:flushCache in class ArrayTypeAccess
public ArrayTypeWithSizeAccess clone()
                              throws java.lang.CloneNotSupportedException
Overrides:clone in class ArrayTypeAccess
Throws:
java.lang.CloneNotSupportedException
Overrides:copy in class ArrayTypeAccess
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:fullCopy in class ArrayTypeAccess
Returns:
dangling copy of the subtree at this node
public void toString(java.lang.StringBuffer s)
Overrides:toString in class ArrayTypeAccess
Source
Declared in Java1.4Frontend/PrettyPrint.jadd at line 495
Aspect
PrettyPrint
public void typeCheck()
Overrides:typeCheck in class TypeAccess
Source
Declared in Java1.4Frontend/TypeCheck.jrag at line 555
Aspect
TypeCheck
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class ArrayTypeAccess
protected int numChildren()
Overrides:numChildren in class ArrayTypeAccess
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class ArrayTypeAccess
public void setAccess(Access node)
Replaces the Access child.
Overrides:setAccess in class ArrayTypeAccess
Parameters:
node - The new node to replace the Access child.
public Access getAccess()
Retrieves the Access child.
Overrides:getAccess in class ArrayTypeAccess
Returns:
The current node used as the Access child.
Retrieves the Access child.

This method does not invoke AST transformations.

Overrides:getAccessNoTransform in class ArrayTypeAccess
Returns:
The current node used as the Access child.
public void setExpr(Expr node)
Replaces the Expr child.
Parameters:
node - The new node to replace the Expr child.
public Expr getExpr()
Retrieves the Expr child.
Returns:
The current node used as the Expr child.
Retrieves the Expr child.

This method does not invoke AST transformations.

Returns:
The current node used as the Expr child.
public void setPackage(java.lang.String value)
Replaces the lexeme Package.
Overrides:setPackage in class ArrayTypeAccess
Parameters:
value - The new value for the lexeme Package.
public void setID(java.lang.String value)
Replaces the lexeme ID.
Overrides:setID in class ArrayTypeAccess
Parameters:
value - The new value for the lexeme ID.
public void createBCode(CodeGeneration gen)
Overrides:createBCode in class ArrayTypeAccess
Source
Declared in Java1.5Backend/AutoBoxingCodegen.jrag at line 259
Aspect
AutoBoxingCodegen
public boolean Define_boolean_isDest(ASTNode caller,
                                     ASTNode child)
Overrides:Define_boolean_isDest in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 36
public boolean Define_boolean_isSource(ASTNode caller,
                                       ASTNode child)
Overrides:Define_boolean_isSource in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 37
public boolean Define_boolean_isDAbefore(ASTNode caller,
                                         ASTNode child,
                                         Variable v)
Overrides:Define_boolean_isDAbefore in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 359
public boolean Define_boolean_isDUbefore(ASTNode caller,
                                         ASTNode child,
                                         Variable v)
Overrides:Define_boolean_isDUbefore in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/DefiniteAssignment.jrag at line 839
public java.util.Collection Define_Collection_lookupMethod(ASTNode caller,
                                                           ASTNode child,
                                                           java.lang.String name)
Overrides:Define_Collection_lookupMethod in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/LookupMethod.jrag at line 31
public boolean Define_boolean_hasPackage(ASTNode caller,
                                         ASTNode child,
                                         java.lang.String packageName)
Overrides:Define_boolean_hasPackage in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/LookupType.jrag at line 91
public SimpleSet Define_SimpleSet_lookupType(ASTNode caller,
                                             ASTNode child,
                                             java.lang.String name)
Overrides:Define_SimpleSet_lookupType in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/LookupType.jrag at line 256
public SimpleSet Define_SimpleSet_lookupVariable(ASTNode caller,
                                                 ASTNode child,
                                                 java.lang.String name)
Overrides:Define_SimpleSet_lookupVariable in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/LookupVariable.jrag at line 136
Overrides:Define_NameType_nameType in class ASTNode<ASTNode>
Source
Declared in Java1.4Frontend/SyntacticClassification.jrag at line 123
Overrides:rewriteTo in class ArrayTypeAccess

Inherited Members

Attributes inherited from AST.ArrayTypeAccess

Attributes inherited from AST.TypeAccess

Attributes inherited from AST.Access

Attributes inherited from AST.Expr

Attributes inherited from AST.ASTNode

Methods inherited from class AST.ArrayTypeAccess

Methods inherited from class AST.TypeAccess

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.ArrayTypeAccess

Fields inherited from AST.TypeAccess

Fields inherited from AST.Access

Fields inherited from AST.Expr

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value