Uses of Class
org.apache.bcel.classfile.AnnotationEntry
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
PassVerifier classes used internally by JustIce.
-
Uses of AnnotationEntry in org.apache.bcel.classfile
Modifier and TypeMethodDescriptionstatic AnnotationEntry[]
AnnotationEntry.createAnnotationEntries
(Attribute[] attributes) Annotations.getAnnotationEntries()
Gets the array of annotation entries in this annotationFieldOrMethod.getAnnotationEntries()
JavaClass.getAnnotationEntries()
ParameterAnnotationEntry.getAnnotationEntries()
returns the array of annotation entries in this annotationAnnotationElementValue.getAnnotationEntry()
static AnnotationEntry
AnnotationEntry.read
(DataInput input, ConstantPool constantPool, boolean isRuntimeVisible) Factory method to create an AnnotionEntry from a DataInputModifier and TypeMethodDescriptionfinal void
Annotations.setAnnotationTable
(AnnotationEntry[] annotationTable) Sets the entries to set in this annotation.void
DescendingVisitor.visitAnnotationEntry
(AnnotationEntry annotationEntry) void
EmptyVisitor.visitAnnotationEntry
(AnnotationEntry obj) void
Visitor.visitAnnotationEntry
(AnnotationEntry obj) ModifierConstructorDescriptionAnnotationElementValue
(int type, AnnotationEntry annotationEntry, ConstantPool cpool) Annotations
(byte annotationType, int nameIndex, int length, AnnotationEntry[] annotationTable, ConstantPool constantPool, boolean isRuntimeVisible) Constructs an instance. -
Uses of AnnotationEntry in org.apache.bcel.generic
Modifier and TypeMethodDescriptionAnnotationEntryGen.getAnnotation()
Retrieve an immutable version of this AnnotationGenModifierConstructorDescriptionAnnotationEntryGen
(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
Modifier and TypeMethodDescriptionvoid
StringRepresentation.visitAnnotationEntry
(AnnotationEntry obj)