Uses of Class
org.apache.bcel.classfile.AnnotationEntry
Packages that use 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
Classes in org.apache.bcel.classfile that implement interfaces with type arguments of type AnnotationEntryFields in org.apache.bcel.classfile declared as AnnotationEntryModifier and TypeFieldDescriptionstatic final AnnotationEntry[]AnnotationEntry.EMPTY_ARRAYEmpty array of AnnotationEntry objects.Methods in org.apache.bcel.classfile that return AnnotationEntryModifier and TypeMethodDescriptionstatic AnnotationEntry[]AnnotationEntry.createAnnotationEntries(Attribute[] attributes) Creates annotation entries from attributes.Annotations.getAnnotationEntries()Gets the array of annotation entries in this annotation.FieldOrMethod.getAnnotationEntries()Gets annotations on the field or method.JavaClass.getAnnotationEntries()Gets annotations on the class.ParameterAnnotationEntry.getAnnotationEntries()returns the array of annotation entries in this annotationAnnotationElementValue.getAnnotationEntry()Gets the annotation entry.static AnnotationEntryAnnotationEntry.read(DataInput input, ConstantPool constantPool, boolean isRuntimeVisible) Factory method to create an AnnotionEntry from a DataInput.Methods in org.apache.bcel.classfile that return types with arguments of type AnnotationEntryMethods in org.apache.bcel.classfile with parameters of type AnnotationEntryModifier and TypeMethodDescriptionfinal voidAnnotations.setAnnotationTable(AnnotationEntry[] annotationTable) Sets the entries to set in this annotation.voidDescendingVisitor.visitAnnotationEntry(AnnotationEntry annotationEntry) voidEmptyVisitor.visitAnnotationEntry(AnnotationEntry obj) voidVisitor.visitAnnotationEntry(AnnotationEntry obj) Visits an AnnotationEntry.Constructors in org.apache.bcel.classfile with parameters of type AnnotationEntryModifierConstructorDescriptionAnnotationElementValue(int type, AnnotationEntry annotationEntry, ConstantPool cpool) Constructs an AnnotationElementValue.Annotations(byte annotationType, int nameIndex, int length, AnnotationEntry[] annotationTable, ConstantPool constantPool, boolean isRuntimeVisible) Constructs an instance. -
Uses of AnnotationEntry in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return AnnotationEntryModifier and TypeMethodDescriptionAnnotationEntryGen.getAnnotation()Retrieves an immutable version of this AnnotationGen.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)