Uses of Class
org.apache.bcel.generic.ElementValueGen
-
Packages that use ElementValueGen Package Description org.apache.bcel.generic 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.generic Modifier and Type Class Description classAnnotationElementValueGenGenerates annotation element values.classArrayElementValueGenGenerates array element values in annotations.classClassElementValueGenGenerates class element values in annotations.classEnumElementValueGenGenerates enum element values in annotations.classSimpleElementValueGenGenerates simple element values in annotations.Fields in org.apache.bcel.generic declared as ElementValueGen Modifier and Type Field Description private ElementValueGenElementValuePairGen. valueFields in org.apache.bcel.generic with type parameters of type ElementValueGen Modifier and Type Field Description private java.util.List<ElementValueGen>ArrayElementValueGen. evaluesMethods in org.apache.bcel.generic that return ElementValueGen 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.ElementValueGenElementValuePairGen. getValue()Gets the value.static ElementValueGenElementValueGen. readElementValue(java.io.DataInput dis, ConstantPoolGen cpGen)Reads an element value from a DataInput.Methods in org.apache.bcel.generic that return types with arguments of type ElementValueGen Modifier and Type Method Description java.util.List<ElementValueGen>ArrayElementValueGen. getElementValues()Gets the element values.Methods in org.apache.bcel.generic with parameters of type ElementValueGen Modifier and Type Method Description voidArrayElementValueGen. addElement(ElementValueGen gen)Adds an element.Constructors in org.apache.bcel.generic with parameters of type ElementValueGen Constructor Description ElementValuePairGen(int idx, ElementValueGen value, ConstantPoolGen cpool)Constructs an ElementValuePairGen.ElementValuePairGen(java.lang.String name, ElementValueGen value, ConstantPoolGen cpool)Constructs an ElementValuePairGen.
-