AST
node type ElementValue

General Info

Production
ElementValue : ASTNode;
Type Hierarchy:
java.lang.Object
  extended by beaver.Symbol
      extended by AST.ASTNode<ASTNode>
          extended by AST.ElementValue
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<ASTNode>
Direct Known Subclasses:
ElementAnnotationValue, ElementArrayValue, ElementConstantValue

Description

Source
Declared in Java1.5Frontend/Annotations.ast at line 10

Member Filters

API level:

Aspect:

Constructors

public ElementValue()
 

Attributes

syn boolean validTarget(Annotation a)
Source
Declared in Java1.5Frontend/Annotations.jrag at line 57
Aspect
Annotations
syn ElementValue definesElementTypeValue(java.lang.String name)
Source
Declared in Java1.5Frontend/Annotations.jrag at line 181
Aspect
Annotations
syn boolean hasValue(java.lang.String s)
Source
Declared in Java1.5Frontend/Annotations.jrag at line 295
Aspect
Annotations
Source
Declared in Java1.5Frontend/Annotations.jrag at line 475
Aspect
Annotations
Source
Declared in Java1.5Frontend/Annotations.jrag at line 495
Aspect
Annotations
syn TypeDecl type()
Source
Declared in Java1.5Frontend/Annotations.jrag at line 510
Aspect
Annotations
Source
Declared in Java1.5Frontend/Annotations.jrag at line 461
Aspect
Annotations
Source
Declared in Java1.5Frontend/Annotations.jrag at line 515
Aspect
Annotations
Source
Declared in Java1.5Backend/AnnotationsCodegen.jrag at line 231
Aspect
AnnotationsCodegen

Methods

public void flushCache()
Overrides:flushCache in class ASTNode<ASTNode>
public void flushCollectionCache()
Overrides:flushCollectionCache in class ASTNode<ASTNode>
public ElementValue clone()
                   throws java.lang.CloneNotSupportedException
Overrides:clone in class ASTNode<ASTNode>
Throws:
java.lang.CloneNotSupportedException
public void appendAsAttributeTo(Attribute buf)
Source
Declared in Java1.5Backend/AnnotationsCodegen.jrag at line 194
Aspect
AnnotationsCodegen
public void init$Children()
Initializes the child array to the correct size. Initializes List and Opt nta children.
Overrides:init$Children in class ASTNode<ASTNode>
protected int numChildren()
Overrides:numChildren in class ASTNode<ASTNode>
public boolean mayHaveRewrite()
Overrides:mayHaveRewrite in class ASTNode<ASTNode>
Overrides:rewriteTo in class ASTNode<ASTNode>

Inherited Members

Attributes inherited from AST.ASTNode

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