Uses of Class
org.apache.bcel.classfile.AnnotationEntry
-
Packages that use AnnotationEntry Package Description org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser.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.org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce. -
-
Uses of AnnotationEntry in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile that return AnnotationEntry Modifier and Type Method Description static AnnotationEntry[]
AnnotationEntry. createAnnotationEntries(Attribute[] attrs)
AnnotationEntry[]
Annotations. getAnnotationEntries()
returns the array of annotation entries in this annotationAnnotationEntry[]
FieldOrMethod. getAnnotationEntries()
AnnotationEntry[]
JavaClass. getAnnotationEntries()
AnnotationEntry[]
ParameterAnnotationEntry. getAnnotationEntries()
returns the array of annotation entries in this annotationAnnotationEntry
AnnotationElementValue. getAnnotationEntry()
static AnnotationEntry
AnnotationEntry. read(java.io.DataInput input, ConstantPool constant_pool, boolean isRuntimeVisible)
Methods in org.apache.bcel.classfile with parameters of type AnnotationEntry Modifier and Type Method Description void
Annotations. setAnnotationTable(AnnotationEntry[] annotationTable)
void
DescendingVisitor. visitAnnotationEntry(AnnotationEntry annotationEntry)
void
EmptyVisitor. visitAnnotationEntry(AnnotationEntry obj)
void
Visitor. visitAnnotationEntry(AnnotationEntry obj)
Constructors in org.apache.bcel.classfile with parameters of type AnnotationEntry Constructor Description AnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool)
Annotations(byte annotationType, int nameIndex, int length, AnnotationEntry[] annotationTable, ConstantPool constantPool, boolean isRuntimeVisible)
-
Uses of AnnotationEntry in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return AnnotationEntry Modifier and Type Method Description AnnotationEntry
AnnotationEntryGen. getAnnotation()
Retrieve an immutable version of this AnnotationGenConstructors in org.apache.bcel.generic with parameters of type AnnotationEntry Constructor Description AnnotationEntryGen(AnnotationEntry a, ConstantPoolGen cpool, boolean copyPoolEntries)
Here we are taking a fixed annotation of type Annotation and building a modifiable AnnotationGen object. -
Uses of AnnotationEntry in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type AnnotationEntry Modifier and Type Method Description void
StringRepresentation. visitAnnotationEntry(AnnotationEntry obj)
-