Uses of Class
clojure.asm.AnnotationVisitor

Packages that use AnnotationVisitor
clojure.asm Provides a small and fast bytecode manipulation framework. 
 

Uses of AnnotationVisitor in clojure.asm
 

Fields in clojure.asm declared as AnnotationVisitor
protected  AnnotationVisitor AnnotationVisitor.av
          The annotation visitor to which this visitor must delegate method calls.
 

Methods in clojure.asm that return AnnotationVisitor
 AnnotationVisitor ClassWriter.visitAnnotation(String desc, boolean visible)
           
 AnnotationVisitor MethodVisitor.visitAnnotation(String desc, boolean visible)
          Visits an annotation of this method.
 AnnotationVisitor ClassVisitor.visitAnnotation(String desc, boolean visible)
          Visits an annotation of the class.
 AnnotationVisitor FieldVisitor.visitAnnotation(String desc, boolean visible)
          Visits an annotation of the field.
 AnnotationVisitor AnnotationVisitor.visitAnnotation(String name, 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(String name)
          Visits an array value of the annotation.
 AnnotationVisitor MethodVisitor.visitParameterAnnotation(int parameter, String desc, boolean visible)
          Visits an annotation of a parameter this method.
 

Constructors in clojure.asm with parameters of type AnnotationVisitor
AnnotationVisitor(int api, AnnotationVisitor av)
          Constructs a new AnnotationVisitor.
 



Copyright © 2014. All Rights Reserved.