org.extendj.ast
node type MemberTypeDecl

General Info

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

Description

Source
Declared in /home/jesper/git/extendj/java4/grammar/Java.ast at line 95

Member Filters

API level:

Aspect:

Constructors

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

Attributes

Source
Declared in /home/jesper/git/extendj/java4/frontend/LookupType.jrag at line 604
Aspect
TypeScopePropagation
@ASTNodeAnnotation.Attribute
syn boolean declaresType(java.lang.String name)
Overrides:declaresType in class BodyDecl
Source
Declared in /home/jesper/git/extendj/java4/frontend/LookupType.jrag at line 599
Aspect
TypeScopePropagation
@ASTNodeAnnotation.Attribute
syn TypeDecl type(java.lang.String name)
Overrides:type in class BodyDecl
Source
Declared in /home/jesper/git/extendj/java4/frontend/LookupType.jrag at line 601
Aspect
TypeScopePropagation
Specified by:isStatic in class MemberDecl
Source
Declared in /home/jesper/git/extendj/java4/frontend/Modifiers.jrag at line 263
Aspect
Modifiers
@ASTNodeAnnotation.Attribute
syn boolean hasAnnotationSuppressWarnings(java.lang.String annot)
Overrides:hasAnnotationSuppressWarnings in class BodyDecl
Source
Declared in /home/jesper/git/extendj/java5/frontend/Annotations.jrag at line 356
Aspect
Annotations
Overrides:isDeprecated in class BodyDecl
Source
Declared in /home/jesper/git/extendj/java5/frontend/Annotations.jrag at line 398
Aspect
Annotations
Overrides:visibleTypeParameters in class BodyDecl
Source
Declared in /home/jesper/git/extendj/java5/frontend/GenericsParTypeDecl.jrag at line 90
Aspect
GenericsParTypeDecl
Overrides:hasAnnotationSafeVarargs in class BodyDecl
Returns:
true if the modifier list includes the SafeVarargs annotation
Source
Declared in /home/jesper/git/extendj/java7/frontend/SafeVarargs.jrag at line 42
Aspect
SafeVarargs

Methods

public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class MemberDecl
Source
Declared in /home/jesper/git/extendj/ASTNode at line 10
protected int numChildren()
Overrides:numChildren in class MemberDecl
Source
Declared in /home/jesper/git/extendj/ASTNode at line 15
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class MemberDecl
Source
Declared in /home/jesper/git/extendj/ASTNode at line 21
public void flushAttrCache()
Overrides:flushAttrCache in class MemberDecl
Source
Declared in /home/jesper/git/extendj/ASTNode at line 27
public void flushCollectionCache()
Overrides:flushCollectionCache in class MemberDecl
Source
Declared in /home/jesper/git/extendj/ASTNode at line 33
public void flushRewriteCache()
Overrides:flushRewriteCache in class MemberDecl
Source
Declared in /home/jesper/git/extendj/ASTNode at line 39
public MemberTypeDecl clone()
                     throws java.lang.CloneNotSupportedException
Overrides:clone in class MemberDecl
Throws:
java.lang.CloneNotSupportedException
Source
Declared in /home/jesper/git/extendj/ASTNode at line 45
@Deprecated
public abstract MemberTypeDecl 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.

Specified by:fullCopy in class MemberDecl
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 56
public abstract MemberTypeDecl treeCopyNoTransform()
Create a deep copy of the AST subtree at this node. The copy is dangling, i.e. has no parent.
Specified by:treeCopyNoTransform in class MemberDecl
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 64
public abstract MemberTypeDecl 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.
Specified by:treeCopy in class MemberDecl
Returns:
dangling copy of the subtree at this node
Source
Declared in /home/jesper/git/extendj/ASTNode at line 72
Overrides:rewriteTo in class MemberDecl

Inherited Members

Attributes inherited from org.extendj.ast.MemberDecl

Attributes inherited from org.extendj.ast.BodyDecl

Attributes inherited from org.extendj.ast.ASTNode

Methods inherited from class org.extendj.ast.MemberDecl

Methods inherited from class org.extendj.ast.BodyDecl

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

Fields inherited from org.extendj.ast.ASTNode

Fields inherited from beaver.Symbol

end
id
start
value