org.extendj.ast
node type BodyDeclList

General Info

Production
BodyDeclList : List;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by org.extendj.ast.ASTNode<T>
          extended by org.extendj.ast.List
              extended by org.extendj.ast.BodyDeclList
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable, org.jastadd.util.PrettyPrintable

Description

Source
Declared in /home/jesper/git/extendj/java5/grammar/Generics.ast at line 13

Member Filters

API level:

Aspect:

Constructors

public BodyDeclList()
 
Source
Declared in /home/jesper/git/extendj/ASTNode at line 1

Attributes

@ASTNodeAnnotation.Attribute
syn BodyDecl localMethodSignatureCopy(MethodDecl originalMethod,
                                                              org.extendj.ast.MemberSubstitutor m)
Source
Declared in /home/jesper/git/extendj/java5/frontend/Generics.jrag at line 1293
Aspect
LookupParTypeDecl
@ASTNodeAnnotation.Attribute
syn BodyDecl localFieldCopy(FieldDeclaration originalDecl,
                                                    org.extendj.ast.MemberSubstitutor m)
Source
Declared in /home/jesper/git/extendj/java5/frontend/Generics.jrag at line 1311
Aspect
LookupParTypeDecl
@ASTNodeAnnotation.Attribute
syn MemberClassDecl localClassDeclCopy(ClassDecl originalDecl,
                                                               org.extendj.ast.MemberSubstitutor m)
Source
Declared in /home/jesper/git/extendj/java5/frontend/Generics.jrag at line 1336
Aspect
LookupParTypeDecl
@ASTNodeAnnotation.Attribute
syn MemberInterfaceDecl localInterfaceDeclCopy(InterfaceDecl originalDecl,
                                                                       org.extendj.ast.MemberSubstitutor m)
Source
Declared in /home/jesper/git/extendj/java5/frontend/Generics.jrag at line 1341
Aspect
LookupParTypeDecl
@ASTNodeAnnotation.Attribute
syn ConstructorDecl constructorCopy(ConstructorDecl originalDecl,
                                                            org.extendj.ast.MemberSubstitutor m)
Source
Declared in /home/jesper/git/extendj/java5/frontend/Generics.jrag at line 1358
Aspect
LookupParTypeDecl

Methods

public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class List
Source
Declared in /home/jesper/git/extendj/ASTNode at line 10
protected int numChildren()
Overrides:numChildren in class ASTNode
Source
Declared in /home/jesper/git/extendj/ASTNode at line 15
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class List
Source
Declared in /home/jesper/git/extendj/ASTNode at line 21
public void flushAttrCache()
Overrides:flushAttrCache in class List
Source
Declared in /home/jesper/git/extendj/ASTNode at line 27
public void flushCollectionCache()
Overrides:flushCollectionCache in class List
Source
Declared in /home/jesper/git/extendj/ASTNode at line 38
public void flushRewriteCache()
Overrides:flushRewriteCache in class List
Source
Declared in /home/jesper/git/extendj/ASTNode at line 44
public BodyDeclList clone()
                   throws java.lang.CloneNotSupportedException
Overrides:clone in class List
Throws:
java.lang.CloneNotSupportedException
Source
Declared in /home/jesper/git/extendj/ASTNode at line 50
public BodyDeclList copy()
Overrides:copy in class List
Source
Declared in /home/jesper/git/extendj/ASTNode at line 57
@Deprecated
public BodyDeclList fullCopy()
Deprecated. Please use treeCopy or treeCopyNoTransform instead

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
Source
Declared in /home/jesper/git/extendj/ASTNode at line 76
public BodyDeclList treeCopyNoTransform()
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Overrides:treeCopyNoTransform in class List
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 86
public BodyDeclList treeCopy()
Create a deep copy of the AST subtree at this node. The subtree of this node is traversed to trigger rewrites before copy. The copy is dangling, i.e. has no parent.
Overrides:treeCopy in class List
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 106
protected boolean is$Equal(ASTNode node)
Overrides:is$Equal in class List
Source
Declared in /home/jesper/git/extendj/ASTNode at line 113
Overrides:rewriteTo in class List

Fields

Inherited Members

Attributes inherited from org.extendj.ast.ASTNode

Methods inherited from class org.extendj.ast.List

Methods inherited from class org.extendj.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 org.extendj.ast.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value