Uses of Class
org.eclipse.sisu.space.asm.AnnotationVisitor
Packages that use AnnotationVisitor
-
Uses of AnnotationVisitor in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as AnnotationVisitorModifier and TypeFieldDescriptionprotected AnnotationVisitor
AnnotationVisitor.av
The annotation visitor to which this visitor must delegate method calls.Methods in org.eclipse.sisu.space.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 AnnotationVisitor
ClassWriter.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.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on an instruction.MethodVisitor.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) Visits an annotation on a local variable type.MethodVisitor.visitParameterAnnotation
(int parameter, String desc, boolean visible) Visits an annotation of a parameter this method.MethodVisitor.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on an exception handler type.ClassVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on a type in the class signature.final AnnotationVisitor
ClassWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) FieldVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on the type of the field.MethodVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on a type in the method signature.Constructors in org.eclipse.sisu.space.asm with parameters of type AnnotationVisitorModifierConstructorDescriptionAnnotationVisitor
(int api, AnnotationVisitor av) Constructs a newAnnotationVisitor
.