Uses of Class
org.apache.bcel.classfile.ElementValue
- 
Packages that use ElementValue Package Description org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser.org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. - 
- 
Uses of ElementValue in org.apache.bcel.classfile
Subclasses of ElementValue in org.apache.bcel.classfile Modifier and Type Class Description classAnnotationElementValueclassArrayElementValueclassClassElementValueclassEnumElementValueclassSimpleElementValueMethods in org.apache.bcel.classfile that return ElementValue Modifier and Type Method Description ElementValueAnnotationDefault. getDefaultValue()ElementValue[]ArrayElementValue. getElementValuesArray()ElementValueElementValuePair. getValue()static ElementValueElementValue. readElementValue(java.io.DataInput input, ConstantPool cpool)Methods in org.apache.bcel.classfile with parameters of type ElementValue Modifier and Type Method Description voidAnnotationDefault. setDefaultValue(ElementValue defaultValue)Constructors in org.apache.bcel.classfile with parameters of type ElementValue Constructor Description AnnotationDefault(int name_index, int length, ElementValue defaultValue, ConstantPool constant_pool)ArrayElementValue(int type, ElementValue[] datums, ConstantPool cpool)ElementValuePair(int elementNameIndex, ElementValue elementValue, ConstantPool constantPool) - 
Uses of ElementValue in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return ElementValue Modifier and Type Method Description ElementValueAnnotationElementValueGen. getElementValue()Return immutable variant of this AnnotationElementValueGenElementValueArrayElementValueGen. getElementValue()Return immutable variant of this ArrayElementValueGenElementValueClassElementValueGen. getElementValue()Return immutable variant of this ClassElementValueGenabstract ElementValueElementValueGen. getElementValue()Subtypes return an immutable variant of the ElementValueGenElementValueEnumElementValueGen. getElementValue()Return immutable variant of this EnumElementValueElementValueSimpleElementValueGen. getElementValue()Return immutable variantMethods in org.apache.bcel.generic with parameters of type ElementValue Modifier and Type Method Description static ElementValueGenElementValueGen. copy(ElementValue value, ConstantPoolGen cpool, boolean copyPoolEntries)Creates an (modifiable) ElementValueGen copy of an (immutable) ElementValue - constant pool is assumed correct.Constructors in org.apache.bcel.generic with parameters of type ElementValue Constructor Description ArrayElementValueGen(int type, ElementValue[] datums, ConstantPoolGen cpool) 
 -