Class FieldCollector

  • All Implemented Interfaces:
    org.objectweb.asm.FieldVisitor

    public class FieldCollector
    extends java.lang.Object
    implements org.objectweb.asm.FieldVisitor
    • Method Summary

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

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

    • Method Detail

      • visitAnnotation

        public org.objectweb.asm.AnnotationVisitor visitAnnotation​(java.lang.String desc,
                                                                   boolean visible)
        Specified by:
        visitAnnotation in interface org.objectweb.asm.FieldVisitor
      • visitAttribute

        public void visitAttribute​(org.objectweb.asm.Attribute attr)
        Specified by:
        visitAttribute in interface org.objectweb.asm.FieldVisitor
      • visitEnd

        public void visitEnd()
        Specified by:
        visitEnd in interface org.objectweb.asm.FieldVisitor