Uses of Class
gw.lang.reflect.java.asm.AsmAnnotation
-
Packages that use AsmAnnotation Package Description gw.internal.gosu.parser.java.classinfo gw.lang.reflect.java.asm -
-
Uses of AsmAnnotation in gw.internal.gosu.parser.java.classinfo
Constructors in gw.internal.gosu.parser.java.classinfo with parameters of type AsmAnnotation Constructor Description AsmClassAnnotationInfo(AsmAnnotation annotation, IJavaAnnotatedElement owner)
-
Uses of AsmAnnotation in gw.lang.reflect.java.asm
Methods in gw.lang.reflect.java.asm that return AsmAnnotation Modifier and Type Method Description AsmAnnotation
AsmClass. getAnnotation(Class annotationClass)
AsmAnnotation
AsmField. getAnnotation(Class annotationClass)
AsmAnnotation
AsmMethod. getAnnotation(Class annotationClass)
Methods in gw.lang.reflect.java.asm that return types with arguments of type AsmAnnotation Modifier and Type Method Description List<AsmAnnotation>
AsmField. getAnnotations()
List<AsmAnnotation>
AsmMethod. getAnnotations()
List<AsmAnnotation>
AsmClass. getDeclaredAnnotations()
List<AsmAnnotation>[]
AsmMethod. getParameterAnnotations()
Methods in gw.lang.reflect.java.asm with parameters of type AsmAnnotation Modifier and Type Method Description void
AsmMethod. addAnnotation(AsmAnnotation asmAnnotation)
void
AsmMethod. addParameterAnnotation(int iParam, AsmAnnotation asmAnnotation)
Constructors in gw.lang.reflect.java.asm with parameters of type AsmAnnotation Constructor Description AsmAnnotationVisitor(AsmAnnotation annotation)
-