| Package | Description |
|---|---|
| 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 |
|---|---|
List<ElementValuePairGen> |
AnnotationEntryGen.getValues()
Returns list of ElementNameValuePair objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationEntryGen.addElementNameValuePair(ElementValuePairGen evp) |
| Constructor and Description |
|---|
AnnotationEntryGen(ObjectType type,
List<ElementValuePairGen> elements,
boolean vis,
ConstantPoolGen cpool) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.