Uses of Class
org.eclipse.sisu.space.asm.AnnotationVisitor
Packages that use AnnotationVisitor
-
Uses of AnnotationVisitor in org.eclipse.sisu.space.asm
Subclasses of AnnotationVisitor in org.eclipse.sisu.space.asmModifier and TypeClassDescription(package private) final classAnAnnotationVisitorthat generates annotations in bytecode form.Fields in org.eclipse.sisu.space.asm declared as AnnotationVisitorModifier and TypeFieldDescriptionprotected AnnotationVisitorAnnotationVisitor.avThe 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.AnnotationWriter.visitAnnotation(String name, String desc) 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.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.visitInsnAnnotation(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on an instruction.MethodWriter.visitInsnAnnotation(int typeRef, TypePath typePath, String desc, boolean visible) MethodVisitor.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) Visits an annotation on a local variable type.MethodWriter.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) MethodVisitor.visitParameterAnnotation(int parameter, String desc, boolean visible) Visits an annotation of a parameter this method.MethodWriter.visitParameterAnnotation(int parameter, String desc, boolean visible) MethodVisitor.visitTryCatchAnnotation(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on an exception handler type.MethodWriter.visitTryCatchAnnotation(int typeRef, TypePath typePath, String desc, boolean visible) ClassVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on a type in the class signature.final AnnotationVisitorClassWriter.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.FieldWriter.visitTypeAnnotation(int typeRef, TypePath typePath, String desc, boolean visible) MethodVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on a type in the method signature.MethodWriter.visitTypeAnnotation(int typeRef, TypePath typePath, String desc, boolean visible) Methods in org.eclipse.sisu.space.asm with parameters of type AnnotationVisitorModifier and TypeMethodDescriptionprivate intClassReader.readAnnotationValue(int v, char[] buf, String name, AnnotationVisitor av) Reads a value of an annotation and makes the given visitor visit it.private intClassReader.readAnnotationValues(int v, char[] buf, boolean named, AnnotationVisitor av) Reads the values of an annotation and makes the given visitor visit them.Constructors in org.eclipse.sisu.space.asm with parameters of type AnnotationVisitorModifierConstructorDescriptionAnnotationVisitor(int api, AnnotationVisitor av) Constructs a newAnnotationVisitor.