| Package | Description |
|---|---|
| org.apache.bcel.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
| 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 | Method | Description |
|---|---|---|
ElementValuePair[] |
AnnotationEntry.getElementValuePairs() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AnnotationEntry.addElementNameValuePair(ElementValuePair elementNameValuePair) |
| Modifier and Type | Method | Description |
|---|---|---|
ElementValuePair |
ElementValuePairGen.getElementNameValuePair() |
Retrieve an immutable version of this ElementNameValuePairGen
|
| Constructor | Description |
|---|---|
ElementValuePairGen(ElementValuePair nvp,
ConstantPoolGen cpool,
boolean copyPoolEntries) |