Uses of Class
org.apache.bcel.generic.ElementValueGen
Packages that use ElementValueGen
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of ElementValueGen in org.apache.bcel.generic
Subclasses of ElementValueGen in org.apache.bcel.genericModifier and TypeClassDescriptionclassGenerates annotation element values.classGenerates array element values in annotations.classGenerates class element values in annotations.classGenerates enum element values in annotations.classGenerates simple element values in annotations.Methods in org.apache.bcel.generic that return ElementValueGenModifier and TypeMethodDescriptionstatic ElementValueGenElementValueGen.copy(ElementValue value, ConstantPoolGen cpool, boolean copyPoolEntries) Creates an (modifiable) ElementValueGen copy of an (immutable) ElementValue - constant pool is assumed correct.final ElementValueGenElementValuePairGen.getValue()Gets the value.static ElementValueGenElementValueGen.readElementValue(DataInput dis, ConstantPoolGen cpGen) Reads an element value from a DataInput.Methods in org.apache.bcel.generic that return types with arguments of type ElementValueGenModifier and TypeMethodDescriptionArrayElementValueGen.getElementValues()Gets the element values.Methods in org.apache.bcel.generic with parameters of type ElementValueGenModifier and TypeMethodDescriptionvoidArrayElementValueGen.addElement(ElementValueGen gen) Adds an element.Constructors in org.apache.bcel.generic with parameters of type ElementValueGenModifierConstructorDescriptionprotectedElementValuePairGen(int idx, ElementValueGen value, ConstantPoolGen cpool) Constructs an ElementValuePairGen.ElementValuePairGen(String name, ElementValueGen value, ConstantPoolGen cpool) Constructs an ElementValuePairGen.