Uses of Class
org.apache.bcel.generic.AnnotationEntryGen
-
Packages that use AnnotationEntryGen Package Description org.apache.bcel.generic 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 AnnotationEntryGen Modifier and Type Field Description private AnnotationEntryGenAnnotationElementValueGen. a(package private) static AnnotationEntryGen[]AnnotationEntryGen. EMPTY_ARRAYFields in org.apache.bcel.generic with type parameters of type AnnotationEntryGen Modifier and Type Field Description private java.util.List<AnnotationEntryGen>ClassGen. annotationListprivate java.util.List<AnnotationEntryGen>FieldGenOrMethodGen. annotationListMethods in org.apache.bcel.generic that return AnnotationEntryGen Modifier and Type Method Description AnnotationEntryGenAnnotationElementValueGen. getAnnotation()Gets the annotation.AnnotationEntryGen[]ClassGen. getAnnotationEntries()Gets the annotation entries.AnnotationEntryGen[]FieldGenOrMethodGen. getAnnotationEntries()Gets all annotation entries.static AnnotationEntryGenAnnotationEntryGen. read(java.io.DataInput dis, ConstantPoolGen cpool, boolean b)Reads an AnnotationEntryGen from a DataInput.private AnnotationEntryGen[]ClassGen. unpackAnnotations(Attribute[] attributes)Unpacks attributes representing annotations.Methods in org.apache.bcel.generic that return types with arguments of type AnnotationEntryGen Modifier and Type Method Description java.util.List<AnnotationEntryGen>MethodGen. getAnnotationsOnParameter(int i)Return a list of AnnotationGen objects representing parameter annotations.private java.util.List<AnnotationEntryGen>MethodGen. makeMutableVersion(AnnotationEntry[] mutableArray)Methods in org.apache.bcel.generic with parameters of type AnnotationEntryGen Modifier and Type Method Description voidClassGen. addAnnotationEntry(AnnotationEntryGen a)Adds an annotation entry to this class.voidFieldGenOrMethodGen. addAnnotationEntry(AnnotationEntryGen ag)Adds an annotation entry.voidMethodGen. addParameterAnnotation(int parameterIndex, AnnotationEntryGen annotation)Adds a parameter 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.voidFieldGenOrMethodGen. removeAnnotationEntry(AnnotationEntryGen ag)Removes an annotation entry.Constructors in org.apache.bcel.generic with parameters of type AnnotationEntryGen Constructor Description AnnotationElementValueGen(int type, AnnotationEntryGen annotation, ConstantPoolGen cpool)Constructs an AnnotationElementValueGen.AnnotationElementValueGen(AnnotationEntryGen a, ConstantPoolGen cpool)Constructs an AnnotationElementValueGen.
-