| Package | Description |
|---|---|
| org.apache.bcel.classfile |
Classes that describe the structure of a Java class file and a class file parser.
|
| org.apache.bcel.generic |
Generic part of the Apache Byte Code Engineering Library (BCEL), 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 © 2004–2025 The Apache Software Foundation. All rights reserved.