Uses of Class
com.googlecode.aviator.asm.AnnotationVisitor
Packages that use AnnotationVisitor
-
Uses of AnnotationVisitor in com.googlecode.aviator.asm
Subclasses of AnnotationVisitor in com.googlecode.aviator.asmModifier and TypeClassDescription(package private) final class
AnAnnotationVisitor
that generates annotations in bytecode form.Fields in com.googlecode.aviator.asm declared as AnnotationVisitorModifier and TypeFieldDescriptionprotected AnnotationVisitor
AnnotationVisitor.av
The 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.AnnotationWriter.visitAnnotation
(String name, String desc) ClassVisitor.visitAnnotation
(String desc, boolean visible) Visits an annotation of the class.final AnnotationVisitor
ClassWriter.visitAnnotation
(String desc, boolean visible) FieldVisitor.visitAnnotation
(String desc, boolean visible) Visits an annotation of the field.FieldWriter.visitAnnotation
(String desc, boolean visible) MethodVisitor.visitAnnotation
(String desc, boolean visible) Visits an annotation of this method.MethodWriter.visitAnnotation
(String desc, boolean visible) MethodVisitor.visitAnnotationDefault()
Visits the default value of this annotation interface method.MethodWriter.visitAnnotationDefault()
AnnotationVisitor.visitArray
(String name) Visits an array value of the annotation.AnnotationWriter.visitArray
(String name) MethodVisitor.visitParameterAnnotation
(int parameter, String desc, boolean visible) Visits an annotation of a parameter this method.MethodWriter.visitParameterAnnotation
(int parameter, String desc, boolean visible) Methods in com.googlecode.aviator.asm with parameters of type AnnotationVisitorModifier and TypeMethodDescriptionprivate int
ClassReader.readAnnotationValue
(int v, char[] buf, String name, AnnotationVisitor av) Reads a value of an annotation and makes the given visitor visit it.private int
ClassReader.readAnnotationValues
(int v, char[] buf, boolean named, AnnotationVisitor av) Reads the values of an annotation and makes the given visitor visit them.Constructors in com.googlecode.aviator.asm with parameters of type AnnotationVisitorModifierConstructorDescriptionAnnotationVisitor
(int api, AnnotationVisitor av) Constructs a newAnnotationVisitor
.