AST
node type MemberDecl

General Info

Production
MemberDecl : BodyDecl;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.BodyDecl
              extended by AST.MemberDecl
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>
Direct Known Subclasses:
FieldDecl, FieldDeclaration, MemberTypeDecl, MethodDecl

Description

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

Member Filters

API level:

Aspect:

Constructors

public MemberDecl()
 

Attributes

syn boolean isStatic()
Source
Declared in Java1.4Frontend/Modifiers.jrag at line 222
Aspect
Modifiers
syn boolean isConstant()
Source
Declared in Java7Frontend/ConstantExpression.jrag at line 332
Aspect
ConstantExpression
syn boolean isSynthetic()
Source
Declared in Java1.4Frontend/Modifiers.jrag at line 214
Aspect
Modifiers

Methods

public void flushCache()
Overrides:flushCache in class BodyDecl
public void flushCollectionCache()
Overrides:flushCollectionCache in class BodyDecl
public MemberDecl clone()
                 throws java.lang.CloneNotSupportedException
Overrides:clone in class BodyDecl
Throws:
java.lang.CloneNotSupportedException
public void checkModifiers()
Source
Declared in Java1.4Frontend/Modifiers.jrag at line 192
Aspect
Modifiers
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class BodyDecl
protected int numChildren()
Overrides:numChildren in class BodyDecl
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class BodyDecl
Overrides:rewriteTo in class BodyDecl

Inherited Members

Attributes inherited from AST.BodyDecl

Attributes inherited from AST.ASTNode

Methods inherited from class AST.BodyDecl

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

Fields inherited from AST.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value