Uses of Class
org.apache.bcel.generic.AnnotationEntryGen
Packages that use AnnotationEntryGen
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of AnnotationEntryGen in org.apache.bcel.generic
Fields in org.apache.bcel.generic declared as AnnotationEntryGenModifier and TypeFieldDescriptionprivate final AnnotationEntryGen
AnnotationElementValueGen.a
(package private) static final AnnotationEntryGen[]
AnnotationEntryGen.EMPTY_ARRAY
Fields in org.apache.bcel.generic with type parameters of type AnnotationEntryGenModifier and TypeFieldDescriptionprivate final List
<AnnotationEntryGen> ClassGen.annotationList
private final List
<AnnotationEntryGen> FieldGenOrMethodGen.annotationList
Methods in org.apache.bcel.generic that return AnnotationEntryGenModifier and TypeMethodDescriptionAnnotationElementValueGen.getAnnotation()
ClassGen.getAnnotationEntries()
FieldGenOrMethodGen.getAnnotationEntries()
static AnnotationEntryGen
AnnotationEntryGen.read
(DataInput dis, ConstantPoolGen cpool, boolean b) private AnnotationEntryGen[]
ClassGen.unpackAnnotations
(Attribute[] attrs) Look for attributes representing annotations and unpack them.Methods in org.apache.bcel.generic that return types with arguments of type AnnotationEntryGenModifier and TypeMethodDescriptionMethodGen.getAnnotationsOnParameter
(int i) Return a list of AnnotationGen objects representing parameter annotationsprivate List
<AnnotationEntryGen> MethodGen.makeMutableVersion
(AnnotationEntry[] mutableArray) Methods in org.apache.bcel.generic with parameters of type AnnotationEntryGenModifier and TypeMethodDescriptionvoid
ClassGen.addAnnotationEntry
(AnnotationEntryGen a) void
FieldGenOrMethodGen.addAnnotationEntry
(AnnotationEntryGen ag) void
MethodGen.addParameterAnnotation
(int parameterIndex, AnnotationEntryGen annotation) (package private) static Attribute[]
AnnotationEntryGen.getAnnotationAttributes
(ConstantPoolGen cp, AnnotationEntryGen[] annotationEntryGens) Converts a list of AnnotationGen objects into a set of attributes that can be attached to the class file.void
FieldGenOrMethodGen.removeAnnotationEntry
(AnnotationEntryGen ag) Constructors in org.apache.bcel.generic with parameters of type AnnotationEntryGenModifierConstructorDescriptionAnnotationElementValueGen
(int type, AnnotationEntryGen annotation, ConstantPoolGen cpool)