|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationEntryGen | |
---|---|
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. |
Uses of AnnotationEntryGen in org.apache.bcel.generic |
---|
Methods in org.apache.bcel.generic that return AnnotationEntryGen | |
---|---|
AnnotationEntryGen |
AnnotationElementValueGen.getAnnotation()
|
AnnotationEntryGen[] |
FieldGenOrMethodGen.getAnnotationEntries()
|
AnnotationEntryGen[] |
ClassGen.getAnnotationEntries()
|
static AnnotationEntryGen |
AnnotationEntryGen.read(java.io.DataInputStream dis,
ConstantPoolGen cpool,
boolean b)
|
Methods in org.apache.bcel.generic with parameters of type AnnotationEntryGen | |
---|---|
void |
FieldGenOrMethodGen.addAnnotationEntry(AnnotationEntryGen ag)
|
void |
ClassGen.addAnnotationEntry(AnnotationEntryGen a)
|
void |
MethodGen.addParameterAnnotation(int parameterIndex,
AnnotationEntryGen annotation)
|
void |
FieldGenOrMethodGen.removeAnnotationEntry(AnnotationEntryGen ag)
|
Constructors in org.apache.bcel.generic with parameters of type AnnotationEntryGen | |
---|---|
AnnotationElementValueGen(AnnotationEntryGen a,
ConstantPoolGen cpool)
|
|
AnnotationElementValueGen(int type,
AnnotationEntryGen annotation,
ConstantPoolGen cpool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |