Uses of Class
org.aspectj.apache.bcel.classfile.annotation.ElementValue

Packages that use ElementValue
org.aspectj.apache.bcel.classfile   
org.aspectj.apache.bcel.classfile.annotation   
 

Uses of ElementValue in org.aspectj.apache.bcel.classfile
 

Methods in org.aspectj.apache.bcel.classfile that return ElementValue
 ElementValue AnnotationDefault.getElementValue()
           
 

Uses of ElementValue in org.aspectj.apache.bcel.classfile.annotation
 

Subclasses of ElementValue in org.aspectj.apache.bcel.classfile.annotation
 class AnnotationElementValue
           
 class ArrayElementValue
           
 class ClassElementValue
           
 class EnumElementValue
           
 class SimpleElementValue
           
 

Methods in org.aspectj.apache.bcel.classfile.annotation that return ElementValue
static ElementValue ElementValue.copy(ElementValue value, ConstantPool cpool, boolean copyPoolEntries)
          Creates an (modifiable) ElementValueGen copy of an (immutable) ElementValue - constant pool is assumed correct.
 ElementValue[] ArrayElementValue.getElementValuesArray()
           
 ElementValue NameValuePair.getValue()
           
static ElementValue ElementValue.readElementValue(java.io.DataInputStream dis, ConstantPool cpGen)
           
 

Methods in org.aspectj.apache.bcel.classfile.annotation with parameters of type ElementValue
 void ArrayElementValue.addElement(ElementValue gen)
           
static ElementValue ElementValue.copy(ElementValue value, ConstantPool cpool, boolean copyPoolEntries)
          Creates an (modifiable) ElementValueGen copy of an (immutable) ElementValue - constant pool is assumed correct.
 

Constructors in org.aspectj.apache.bcel.classfile.annotation with parameters of type ElementValue
ArrayElementValue(int type, ElementValue[] datums, ConstantPool cpool)
           
NameValuePair(java.lang.String name, ElementValue value, ConstantPool cpool)