Class Segment.SegmentFieldVisitor

  • All Implemented Interfaces:
    org.objectweb.asm.FieldVisitor
    Enclosing class:
    Segment

    public class Segment.SegmentFieldVisitor
    extends java.lang.Object
    implements org.objectweb.asm.FieldVisitor
    SegmentFieldVisitor implements FieldVisitor to visit the metadata relating to fields in a class file.
    • 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 attribute)  
      void visitEnd()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 attribute)
        Specified by:
        visitAttribute in interface org.objectweb.asm.FieldVisitor
      • visitEnd

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