Uses of Class
org.aspectj.apache.bcel.classfile.annotation.ElementValue
Packages that use ElementValue
-
Uses of ElementValue in org.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile that return ElementValue -
Uses of ElementValue in org.aspectj.apache.bcel.classfile.annotation
Subclasses of ElementValue in org.aspectj.apache.bcel.classfile.annotationModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.aspectj.apache.bcel.classfile.annotation that return ElementValueModifier and TypeMethodDescriptionstatic ElementValueElementValue.copy(ElementValue value, ConstantPool cpool, boolean copyPoolEntries)Creates an (modifiable) ElementValueGen copy of an (immutable) ElementValue - constant pool is assumed correct.ArrayElementValue.getElementValuesArray()NameValuePair.getValue()static ElementValueElementValue.readElementValue(DataInputStream dis, ConstantPool cpGen)Methods in org.aspectj.apache.bcel.classfile.annotation with parameters of type ElementValueModifier and TypeMethodDescriptionvoidArrayElementValue.addElement(ElementValue gen)static ElementValueElementValue.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 ElementValueModifierConstructorDescriptionArrayElementValue(int type, ElementValue[] datums, ConstantPool cpool)protectedNameValuePair(int idx, ElementValue value, ConstantPool cpool)NameValuePair(String name, ElementValue value, ConstantPool cpool)