Uses of Class
org.apache.bcel.classfile.AnnotationEntry
Packages that use AnnotationEntry
Package
Description
This package contains the classes that describe the structure of a
Java class file and a class file parser.
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
Provides PassVerifier classes used internally by JustIce.
-
Uses of AnnotationEntry in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as AnnotationEntryModifier and TypeFieldDescriptionprivate AnnotationEntry[]Annotations.annotation_tableprivate final AnnotationEntry[]ParameterAnnotationEntry.annotation_tableprivate AnnotationEntry[]FieldOrMethod.annotationEntriesprivate final AnnotationEntryAnnotationElementValue.annotationEntryprivate AnnotationEntry[]JavaClass.annotationsMethods in org.apache.bcel.classfile that return AnnotationEntryModifier and TypeMethodDescriptionstatic AnnotationEntry[]AnnotationEntry.createAnnotationEntries(Attribute[] attrs) Annotations.getAnnotationEntries()returns the array of annotation entries in this annotationFieldOrMethod.getAnnotationEntries()JavaClass.getAnnotationEntries()ParameterAnnotationEntry.getAnnotationEntries()returns the array of annotation entries in this annotationAnnotationElementValue.getAnnotationEntry()static AnnotationEntryAnnotationEntry.read(DataInput input, ConstantPool constant_pool, boolean isRuntimeVisible) Methods in org.apache.bcel.classfile with parameters of type AnnotationEntryModifier and TypeMethodDescriptionfinal voidAnnotations.setAnnotationTable(AnnotationEntry[] annotation_table) voidDescendingVisitor.visitAnnotationEntry(AnnotationEntry annotationEntry) voidEmptyVisitor.visitAnnotationEntry(AnnotationEntry obj) voidVisitor.visitAnnotationEntry(AnnotationEntry obj) Constructors in org.apache.bcel.classfile with parameters of type AnnotationEntryModifierConstructorDescriptionAnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool) Annotations(byte annotation_type, int name_index, int length, AnnotationEntry[] annotation_table, ConstantPool constant_pool, boolean isRuntimeVisible) -
Uses of AnnotationEntry in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return AnnotationEntryModifier and TypeMethodDescriptionAnnotationEntryGen.getAnnotation()Retrieve an immutable version of this AnnotationGenMethods in org.apache.bcel.generic with parameters of type AnnotationEntryModifier and TypeMethodDescriptionprivate List<AnnotationEntryGen>MethodGen.makeMutableVersion(AnnotationEntry[] mutableArray) Constructors in org.apache.bcel.generic with parameters of type AnnotationEntryModifierConstructorDescriptionAnnotationEntryGen(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 AnnotationEntryModifier and TypeMethodDescriptionvoidStringRepresentation.visitAnnotationEntry(AnnotationEntry obj)