AST
node type MemberTypeDecl

General Info

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

Description

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

Member Filters

API level:

Aspect:

Constructors

 

Attributes

Source
Declared in Java1.4Frontend/LookupType.jrag at line 484
Aspect
TypeScopePropagation
syn boolean declaresType(java.lang.String name)
Overrides:declaresType in class BodyDecl
Source
Declared in Java1.4Frontend/LookupType.jrag at line 479
Aspect
TypeScopePropagation
syn TypeDecl type(java.lang.String name)
Overrides:type in class BodyDecl
Source
Declared in Java1.4Frontend/LookupType.jrag at line 481
Aspect
TypeScopePropagation
syn boolean isStatic()
Specified by:isStatic in class MemberDecl
Source
Declared in Java1.4Frontend/Modifiers.jrag at line 222
Aspect
Modifiers
syn boolean addsIndentationLevel()
Overrides:addsIndentationLevel in class BodyDecl
Source
Declared in Java1.4Frontend/PrettyPrint.jadd at line 758
Aspect
PrettyPrint
syn boolean hasAnnotationSuppressWarnings(java.lang.String s)
Overrides:hasAnnotationSuppressWarnings in class BodyDecl
Source
Declared in Java1.5Frontend/Annotations.jrag at line 283
Aspect
Annotations
syn boolean isDeprecated()
Overrides:isDeprecated in class BodyDecl
Source
Declared in Java1.5Frontend/Annotations.jrag at line 322
Aspect
Annotations
syn boolean visibleTypeParameters()
Overrides:visibleTypeParameters in class BodyDecl
Source
Declared in Java1.5Frontend/GenericsParTypeDecl.jrag at line 67
Aspect
GenericsParTypeDecl
Overrides:hasAnnotationSafeVarargs in class BodyDecl
Returns:
true if the modifier list includes the SafeVarargs annotation
Source
Declared in Java7Frontend/SafeVarargs.jrag at line 20
Aspect
SafeVarargs

Methods

public void flushCache()
Overrides:flushCache in class MemberDecl
public void flushCollectionCache()
Overrides:flushCollectionCache in class MemberDecl
public MemberTypeDecl clone()
                     throws java.lang.CloneNotSupportedException
Overrides:clone in class MemberDecl
Throws:
java.lang.CloneNotSupportedException
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class MemberDecl
protected int numChildren()
Overrides:numChildren in class MemberDecl
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class MemberDecl
Overrides:rewriteTo in class MemberDecl

Inherited Members

Attributes inherited from AST.MemberDecl

Attributes inherited from AST.BodyDecl

Attributes inherited from AST.ASTNode

Methods inherited from class AST.MemberDecl

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