Uses of Class
jersey.repackaged.org.objectweb.asm.AnnotationVisitor

Packages that use AnnotationVisitor
jersey.repackaged.org.objectweb.asm Provides a small and fast bytecode manipulation framework. 
 

Uses of AnnotationVisitor in jersey.repackaged.org.objectweb.asm
 

Fields in jersey.repackaged.org.objectweb.asm declared as AnnotationVisitor
protected  AnnotationVisitor AnnotationVisitor.av
          The annotation visitor to which this visitor must delegate method calls.
 

Methods in jersey.repackaged.org.objectweb.asm that return AnnotationVisitor
 AnnotationVisitor FieldVisitor.visitAnnotation(java.lang.String desc, boolean visible)
          Visits an annotation of the field.
 AnnotationVisitor MethodVisitor.visitAnnotation(java.lang.String desc, boolean visible)
          Visits an annotation of this method.
 AnnotationVisitor ClassVisitor.visitAnnotation(java.lang.String desc, boolean visible)
          Visits an annotation of the class.
 AnnotationVisitor ClassWriter.visitAnnotation(java.lang.String desc, boolean visible)
           
 AnnotationVisitor AnnotationVisitor.visitAnnotation(java.lang.String name, java.lang.String desc)
          Visits a nested annotation value of the annotation.
 AnnotationVisitor MethodVisitor.visitAnnotationDefault()
          Visits the default value of this annotation interface method.
 AnnotationVisitor AnnotationVisitor.visitArray(java.lang.String name)
          Visits an array value of the annotation.
 AnnotationVisitor MethodVisitor.visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
          Visits an annotation on an instruction.
 AnnotationVisitor MethodVisitor.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
          Visits an annotation on a local variable type.
 AnnotationVisitor MethodVisitor.visitParameterAnnotation(int parameter, java.lang.String desc, boolean visible)
          Visits an annotation of a parameter this method.
 AnnotationVisitor MethodVisitor.visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
          Visits an annotation on an exception handler type.
 AnnotationVisitor FieldVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
          Visits an annotation on the type of the field.
 AnnotationVisitor MethodVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
          Visits an annotation on a type in the method signature.
 AnnotationVisitor ClassVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
          Visits an annotation on a type in the class signature.
 AnnotationVisitor ClassWriter.visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
           
 

Constructors in jersey.repackaged.org.objectweb.asm with parameters of type AnnotationVisitor
AnnotationVisitor(int api, AnnotationVisitor av)
          Constructs a new AnnotationVisitor.
 



Copyright © 2015 Oracle Corporation. All Rights Reserved.