Class DefaultFieldVisitor


  • public class DefaultFieldVisitor
    extends org.objectweb.asm.FieldVisitor
    Computes the set of classes referenced by visited code. Inspired by org.objectweb.asm.depend.DependencyVisitor in the ASM dependencies example.
    Version:
    $Id$
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultFieldVisitor​(org.objectweb.asm.AnnotationVisitor annotationVisitor, ResultCollector resultCollector)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.objectweb.asm.AnnotationVisitor visitAnnotation​(java.lang.String desc, boolean visible)  
      • Methods inherited from class org.objectweb.asm.FieldVisitor

        visitAttribute, visitEnd, visitTypeAnnotation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • annotationVisitor

        private final org.objectweb.asm.AnnotationVisitor annotationVisitor
    • Constructor Detail

      • DefaultFieldVisitor

        public DefaultFieldVisitor​(org.objectweb.asm.AnnotationVisitor annotationVisitor,
                                   ResultCollector resultCollector)
    • Method Detail

      • visitAnnotation

        public org.objectweb.asm.AnnotationVisitor visitAnnotation​(java.lang.String desc,
                                                                   boolean visible)
        Overrides:
        visitAnnotation in class org.objectweb.asm.FieldVisitor