Uses of Class
org.apache.bcel.classfile.ElementValue
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of ElementValue in org.apache.bcel.classfile
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeMethodDescriptionfinal ElementValue
AnnotationDefault.getDefaultValue()
ArrayElementValue.getElementValuesArray()
final ElementValue
ElementValuePair.getValue()
static ElementValue
ElementValue.readElementValue
(DataInput input, ConstantPool cpool) Reads anelement_value
as anElementValue
.static ElementValue
ElementValue.readElementValue
(DataInput input, ConstantPool cpool, int arrayNesting) Reads anelement_value
as anElementValue
.Modifier and TypeMethodDescriptionfinal void
AnnotationDefault.setDefaultValue
(ElementValue defaultValue) ModifierConstructorDescriptionAnnotationDefault
(int nameIndex, int length, ElementValue defaultValue, ConstantPool constantPool) ArrayElementValue
(int type, ElementValue[] elementValues, ConstantPool cpool) ElementValuePair
(int elementNameIndex, ElementValue elementValue, ConstantPool constantPool) -
Uses of ElementValue in org.apache.bcel.generic
Modifier and TypeMethodDescriptionAnnotationElementValueGen.getElementValue()
Return immutable variant of this AnnotationElementValueGenArrayElementValueGen.getElementValue()
Return immutable variant of this ArrayElementValueGenClassElementValueGen.getElementValue()
Return immutable variant of this ClassElementValueGenabstract ElementValue
ElementValueGen.getElementValue()
Subtypes return an immutable variant of the ElementValueGenEnumElementValueGen.getElementValue()
Return immutable variant of this EnumElementValueSimpleElementValueGen.getElementValue()
Return immutable variantModifier and TypeMethodDescriptionstatic ElementValueGen
ElementValueGen.copy
(ElementValue value, ConstantPoolGen cpool, boolean copyPoolEntries) Creates an (modifiable) ElementValueGen copy of an (immutable) ElementValue - constant pool is assumed correct.ModifierConstructorDescriptionArrayElementValueGen
(int type, ElementValue[] elementValues, ConstantPoolGen cpool)