AST
node type BodyDeclList

General Info

Production
BodyDeclList : List;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<T>
          extended by AST.List
              extended by AST.BodyDeclList
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable

Description

Source
Declared in Java1.5Frontend/Generics.ast at line 13

Member Filters

API level:

Aspect:

Constructors

public BodyDeclList()
 

Attributes

Source
Declared in Java1.5Frontend/Generics.jrag at line 1114
Aspect
LookupParTypeDecl
Source
Declared in Java1.5Frontend/Generics.jrag at line 1148
Aspect
LookupParTypeDecl
Source
Declared in Java1.5Frontend/Generics.jrag at line 1204
Aspect
LookupParTypeDecl
Source
Declared in Java1.5Frontend/Generics.jrag at line 1208
Aspect
LookupParTypeDecl
Source
Declared in Java1.5Frontend/Generics.jrag at line 1234
Aspect
LookupParTypeDecl

Methods

public void flushCache()
Overrides:flushCache in class List
public void flushCollectionCache()
Overrides:flushCollectionCache in class List
public BodyDeclList clone()
                   throws java.lang.CloneNotSupportedException
Overrides:clone in class List
Throws:
java.lang.CloneNotSupportedException
Overrides:copy in class List
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:fullCopy in class List
Returns:
dangling copy of the subtree at this node
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class List
protected int numChildren()
Overrides:numChildren in class ASTNode
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class List
Overrides:rewriteTo in class List

Fields

Inherited Members

Attributes inherited from AST.List

Attributes inherited from AST.ASTNode

Methods inherited from class AST.List

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

Fields inherited from beaver.Symbol

end
id
start
value