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 and Description |
---|---|
AnnotationEntryGen |
AnnotationElementValueGen.getAnnotation() |
AnnotationEntryGen[] |
ClassGen.getAnnotationEntries() |
AnnotationEntryGen[] |
FieldGenOrMethodGen.getAnnotationEntries() |
static AnnotationEntryGen |
AnnotationEntryGen.read(DataInput dis,
ConstantPoolGen cpool,
boolean b) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationEntryGen> |
MethodGen.getAnnotationsOnParameter(int i)
Return a list of AnnotationGen objects representing parameter annotations
|
Modifier and Type | Method and Description |
---|---|
void |
ClassGen.addAnnotationEntry(AnnotationEntryGen a) |
protected void |
FieldGenOrMethodGen.addAnnotationEntry(AnnotationEntryGen ag) |
void |
MethodGen.addParameterAnnotation(int parameterIndex,
AnnotationEntryGen annotation) |
protected void |
FieldGenOrMethodGen.removeAnnotationEntry(AnnotationEntryGen ag) |
Constructor and Description |
---|
AnnotationElementValueGen(AnnotationEntryGen a,
ConstantPoolGen cpool) |
AnnotationElementValueGen(int type,
AnnotationEntryGen annotation,
ConstantPoolGen cpool) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.