Uses of Class
gw.lang.reflect.java.asm.AsmAnnotation
Packages that use AsmAnnotation
-
Uses of AsmAnnotation in gw.internal.gosu.parser.java.classinfo
Fields in gw.internal.gosu.parser.java.classinfo declared as AsmAnnotationConstructors in gw.internal.gosu.parser.java.classinfo with parameters of type AsmAnnotationModifierConstructorDescriptionAsmClassAnnotationInfo(AsmAnnotation annotation, IJavaAnnotatedElement owner) -
Uses of AsmAnnotation in gw.lang.reflect.java.asm
Fields in gw.lang.reflect.java.asm declared as AsmAnnotationFields in gw.lang.reflect.java.asm with type parameters of type AsmAnnotationModifier and TypeFieldDescriptionprivate List<AsmAnnotation>AsmClass._annotationsprivate List<AsmAnnotation>AsmField._annotationsprivate List<AsmAnnotation>AsmMethod._annotationsMethods in gw.lang.reflect.java.asm that return AsmAnnotationModifier and TypeMethodDescriptionAsmClass.getAnnotation(Class annotationClass) AsmField.getAnnotation(Class annotationClass) AsmMethod.getAnnotation(Class annotationClass) Methods in gw.lang.reflect.java.asm that return types with arguments of type AsmAnnotationModifier and TypeMethodDescriptionAsmField.getAnnotations()AsmMethod.getAnnotations()AsmClass.getDeclaredAnnotations()AsmMethod.getParameterAnnotations()Methods in gw.lang.reflect.java.asm with parameters of type AsmAnnotationModifier and TypeMethodDescriptionprivate voidAsmClass.addAnnotation(AsmAnnotation annotation) (package private) voidAsmField.addAnnotation(AsmAnnotation asmAnnotation) voidAsmMethod.addAnnotation(AsmAnnotation asmAnnotation) voidAsmMethod.addParameterAnnotation(int iParam, AsmAnnotation asmAnnotation) Constructors in gw.lang.reflect.java.asm with parameters of type AsmAnnotation