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 and Description |
---|---|
ElementValuePair[] |
AnnotationEntry.getElementValuePairs() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationEntry.addElementNameValuePair(ElementValuePair elementNameValuePair) |
Modifier and Type | Method and Description |
---|---|
ElementValuePair |
ElementValuePairGen.getElementNameValuePair()
Retrieve an immutable version of this ElementNameValuePairGen
|
Constructor and Description |
---|
ElementValuePairGen(ElementValuePair nvp,
ConstantPoolGen cpool,
boolean copyPoolEntries) |
Copyright © 2017. All rights reserved.