Uses of Class
org.aspectj.apache.bcel.classfile.annotation.AnnotationGen
-
Packages that use AnnotationGen Package Description org.aspectj.apache.bcel.classfile org.aspectj.apache.bcel.classfile.annotation org.aspectj.apache.bcel.generic org.aspectj.weaver.bcel -
-
Uses of AnnotationGen in org.aspectj.apache.bcel.classfile
Fields in org.aspectj.apache.bcel.classfile declared as AnnotationGen Modifier and Type Field Description static AnnotationGen[][]Method. NO_PARAMETER_ANNOTATIONSMethods in org.aspectj.apache.bcel.classfile that return AnnotationGen Modifier and Type Method Description AnnotationGen[]FieldOrMethod. getAnnotations()AnnotationGen[]JavaClass. getAnnotations()AnnotationGen[]Method. getAnnotationsOnParameter(int i)AnnotationGen[][]Method. getParameterAnnotations()Method parameters in org.aspectj.apache.bcel.classfile with type arguments of type AnnotationGen Modifier and Type Method Description static Collection<RuntimeAnnos>Utility. getAnnotationAttributes(ConstantPool cp, List<AnnotationGen> annotations) -
Uses of AnnotationGen in org.aspectj.apache.bcel.classfile.annotation
Fields in org.aspectj.apache.bcel.classfile.annotation declared as AnnotationGen Modifier and Type Field Description static AnnotationGen[]AnnotationGen. NO_ANNOTATIONSMethods in org.aspectj.apache.bcel.classfile.annotation that return AnnotationGen Modifier and Type Method Description AnnotationGenAnnotationElementValue. getAnnotation()AnnotationGenTypeAnnotationGen. getAnnotation()AnnotationGen[]RuntimeParamAnnos. getAnnotationsOnParameter(int parameterIndex)static AnnotationGenAnnotationGen. read(DataInputStream dis, ConstantPool cpool, boolean b)Methods in org.aspectj.apache.bcel.classfile.annotation that return types with arguments of type AnnotationGen Modifier and Type Method Description List<AnnotationGen>RuntimeAnnos. getAnnotations()Constructors in org.aspectj.apache.bcel.classfile.annotation with parameters of type AnnotationGen Constructor Description AnnotationElementValue(int type, AnnotationGen annotation, ConstantPool cpool)AnnotationElementValue(AnnotationGen a, ConstantPool cpool)AnnotationGen(AnnotationGen a, ConstantPool cpool, boolean copyPoolEntries) -
Uses of AnnotationGen in org.aspectj.apache.bcel.generic
Fields in org.aspectj.apache.bcel.generic with type parameters of type AnnotationGen Modifier and Type Field Description protected List<AnnotationGen>FieldGenOrMethodGen. annotationListMethods in org.aspectj.apache.bcel.generic that return AnnotationGen Modifier and Type Method Description AnnotationGen[]ClassGen. getAnnotations()Methods in org.aspectj.apache.bcel.generic that return types with arguments of type AnnotationGen Modifier and Type Method Description List<AnnotationGen>FieldGenOrMethodGen. getAnnotations()List<AnnotationGen>MethodGen. getAnnotationsOnParameter(int i)Methods in org.aspectj.apache.bcel.generic with parameters of type AnnotationGen Modifier and Type Method Description voidClassGen. addAnnotation(AnnotationGen a)voidFieldGenOrMethodGen. addAnnotation(AnnotationGen ag)voidMethodGen. addParameterAnnotation(int parameterIndex, AnnotationGen annotation)voidClassGen. removeAnnotation(AnnotationGen a)voidFieldGenOrMethodGen. removeAnnotation(AnnotationGen ag) -
Uses of AnnotationGen in org.aspectj.weaver.bcel
Subclasses of AnnotationGen in org.aspectj.weaver.bcel Modifier and Type Class Description classFakeAnnotationMethods in org.aspectj.weaver.bcel that return AnnotationGen Modifier and Type Method Description AnnotationGenBcelAnnotation. getBcelAnnotation()Methods in org.aspectj.weaver.bcel with parameters of type AnnotationGen Modifier and Type Method Description voidLazyClassGen. addAnnotation(AnnotationGen a)Constructors in org.aspectj.weaver.bcel with parameters of type AnnotationGen Constructor Description BcelAnnotation(AnnotationGen theBcelAnnotation, ResolvedType resolvedAnnotationType)BcelAnnotation(AnnotationGen theBcelAnnotation, World world)
-