Uses of Class
com.googlecode.aviator.asm.AnnotationVisitor
Packages that use AnnotationVisitor
-
Uses of AnnotationVisitor in com.googlecode.aviator.asm
Fields in com.googlecode.aviator.asm declared as AnnotationVisitorModifier and TypeFieldDescriptionprotected AnnotationVisitorAnnotationVisitor.avThe annotation visitor to which this visitor must delegate method calls.Methods in com.googlecode.aviator.asm that return AnnotationVisitorModifier and TypeMethodDescriptionAnnotationVisitor.visitAnnotation(String name, String desc) Visits a nested annotation value of the annotation.ClassVisitor.visitAnnotation(String desc, boolean visible) Visits an annotation of the class.final AnnotationVisitorClassWriter.visitAnnotation(String desc, boolean visible) FieldVisitor.visitAnnotation(String desc, boolean visible) Visits an annotation of the field.MethodVisitor.visitAnnotation(String desc, boolean visible) Visits an annotation of this method.MethodVisitor.visitAnnotationDefault()Visits the default value of this annotation interface method.AnnotationVisitor.visitArray(String name) Visits an array value of the annotation.MethodVisitor.visitParameterAnnotation(int parameter, String desc, boolean visible) Visits an annotation of a parameter this method.Constructors in com.googlecode.aviator.asm with parameters of type AnnotationVisitorModifierConstructorDescriptionAnnotationVisitor(int api, AnnotationVisitor av) Constructs a newAnnotationVisitor.