Uses of Class
org.apache.bcel.generic.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
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier 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.final ElementValueGen
ElementValuePairGen.getValue()
static ElementValueGen
ElementValueGen.readElementValue
(DataInput dis, ConstantPoolGen cpGen) ModifierConstructorDescriptionprotected
ElementValuePairGen
(int idx, ElementValueGen value, ConstantPoolGen cpool) ElementValuePairGen
(String name, ElementValueGen value, ConstantPoolGen cpool)