Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationElementValueGen |
class |
ArrayElementValueGen |
class |
ClassElementValueGen |
class |
EnumElementValueGen |
class |
SimpleElementValueGen |
Modifier and Type | Method and Description |
---|---|
static ElementValueGen |
ElementValueGen.copy(ElementValue value,
ConstantPoolGen cpool,
boolean copyPoolEntries)
Creates an (modifiable) ElementValueGen copy of an (immutable)
ElementValue - constant pool is assumed correct.
|
ElementValueGen |
ElementValuePairGen.getValue() |
static ElementValueGen |
ElementValueGen.readElementValue(DataInputStream dis,
ConstantPoolGen cpGen) |
Modifier and Type | Method and Description |
---|---|
List<ElementValueGen> |
ArrayElementValueGen.getElementValues() |
Modifier and Type | Method and Description |
---|---|
void |
ArrayElementValueGen.addElement(ElementValueGen gen) |
Constructor and Description |
---|
ElementValuePairGen(int idx,
ElementValueGen value,
ConstantPoolGen cpool) |
ElementValuePairGen(String name,
ElementValueGen value,
ConstantPoolGen cpool) |
Copyright © 2017. All rights reserved.