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 | Method | Description |
---|---|---|
AnnotationEntryGen |
AnnotationElementValueGen.getAnnotation() |
|
AnnotationEntryGen[] |
ClassGen.getAnnotationEntries() |
|
AnnotationEntryGen[] |
FieldGenOrMethodGen.getAnnotationEntries() |
|
static AnnotationEntryGen |
AnnotationEntryGen.read(java.io.DataInputStream dis,
ConstantPoolGen cpool,
boolean b) |
Modifier and Type | Method | Description |
---|---|---|
void |
ClassGen.addAnnotationEntry(AnnotationEntryGen a) |
|
void |
FieldGenOrMethodGen.addAnnotationEntry(AnnotationEntryGen ag) |
|
void |
MethodGen.addParameterAnnotation(int parameterIndex,
AnnotationEntryGen annotation) |
|
void |
FieldGenOrMethodGen.removeAnnotationEntry(AnnotationEntryGen ag) |
Constructor | Description |
---|---|
AnnotationElementValueGen(int type,
AnnotationEntryGen annotation,
ConstantPoolGen cpool) |
|
AnnotationElementValueGen(AnnotationEntryGen a,
ConstantPoolGen cpool) |