Uses of Class
org.apache.bcel.generic.AnnotationEntryGen
-
Packages that use AnnotationEntryGen Package Description org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., 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. aFields in org.apache.bcel.generic with type parameters of type AnnotationEntryGen Modifier and Type Field Description private java.util.List<AnnotationEntryGen>ClassGen. annotation_vecprivate java.util.List<AnnotationEntryGen>FieldGenOrMethodGen. annotation_vecMethods in org.apache.bcel.generic that return AnnotationEntryGen Modifier and Type Method Description AnnotationEntryGenAnnotationElementValueGen. getAnnotation()AnnotationEntryGen[]ClassGen. getAnnotationEntries()AnnotationEntryGen[]FieldGenOrMethodGen. getAnnotationEntries()static AnnotationEntryGenAnnotationEntryGen. read(java.io.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 AnnotationEntryGen Modifier and Type Method Description java.util.List<AnnotationEntryGen>MethodGen. getAnnotationsOnParameter(int i)Return a list of AnnotationGen objects representing parameter annotationsprivate 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)protected voidFieldGenOrMethodGen. addAnnotationEntry(AnnotationEntryGen ag)voidMethodGen. 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.protected voidFieldGenOrMethodGen. removeAnnotationEntry(AnnotationEntryGen ag)Constructors in org.apache.bcel.generic with parameters of type AnnotationEntryGen Constructor Description AnnotationElementValueGen(int type, AnnotationEntryGen annotation, ConstantPoolGen cpool)AnnotationElementValueGen(AnnotationEntryGen a, ConstantPoolGen cpool)
-