Uses of Class
com.sun.xml.ws.org.objectweb.asm.AnnotationVisitor
Packages that use AnnotationVisitor
-
Uses of AnnotationVisitor in com.sun.xml.ws.org.objectweb.asm
Fields in com.sun.xml.ws.org.objectweb.asm declared as AnnotationVisitorModifier and TypeFieldDescriptionprotected AnnotationVisitorAnnotationVisitor.avThe annotation visitor to which this visitor must delegate method calls.Methods in com.sun.xml.ws.org.objectweb.asm that return AnnotationVisitorModifier and TypeMethodDescriptionAnnotationVisitor.visitAnnotation(String name, String descriptor) Visits a nested annotation value of the annotation.ClassVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the class.final AnnotationVisitorClassWriter.visitAnnotation(String descriptor, boolean visible) FieldVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the field.MethodVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of this method.RecordComponentVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the record component.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 descriptor, boolean visible) Visits an annotation on an instruction.MethodVisitor.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) Visits an annotation on a local variable type.MethodVisitor.visitParameterAnnotation(int parameter, String descriptor, boolean visible) Visits an annotation of a parameter this method.MethodVisitor.visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an exception handler type.ClassVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the class signature.final AnnotationVisitorClassWriter.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) FieldVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on the type of the field.MethodVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the method signature.RecordComponentVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the record component signature.Constructors in com.sun.xml.ws.org.objectweb.asm with parameters of type AnnotationVisitorModifierConstructorDescriptionAnnotationVisitor(int api, AnnotationVisitor annotationVisitor) Constructs a newAnnotationVisitor.