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._annotations
private List<AsmAnnotation>
AsmField._annotations
private List<AsmAnnotation>
AsmMethod._annotations
Methods 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 void
AsmClass.addAnnotation
(AsmAnnotation annotation) (package private) void
AsmField.addAnnotation
(AsmAnnotation asmAnnotation) void
AsmMethod.addAnnotation
(AsmAnnotation asmAnnotation) void
AsmMethod.addParameterAnnotation
(int iParam, AsmAnnotation asmAnnotation) Constructors in gw.lang.reflect.java.asm with parameters of type AsmAnnotation