Class SAXFieldAdapter


  • @Deprecated
    public final class SAXFieldAdapter
    extends org.objectweb.asm.FieldVisitor
    Deprecated.
    This class is no longer maintained, will not support new Java features, and will eventually be deleted. Use the asm or asm.tree API instead.
    SAXFieldAdapter
    Author:
    Eugene Kuleshov
    • Field Summary

      • Fields inherited from class org.objectweb.asm.FieldVisitor

        api, fv
    • Constructor Summary

      Constructors 
      Constructor Description
      SAXFieldAdapter​(SAXAdapter sa, org.xml.sax.Attributes att)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.objectweb.asm.AnnotationVisitor visitAnnotation​(java.lang.String desc, boolean visible)
      Deprecated.
       
      void visitEnd()
      Deprecated.
       
      org.objectweb.asm.AnnotationVisitor visitTypeAnnotation​(int typeRef, org.objectweb.asm.TypePath typePath, java.lang.String desc, boolean visible)
      Deprecated.
       
      • Methods inherited from class org.objectweb.asm.FieldVisitor

        visitAttribute
      • Methods inherited from class java.lang.Object

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

      • SAXFieldAdapter

        public SAXFieldAdapter​(SAXAdapter sa,
                               org.xml.sax.Attributes att)
        Deprecated.
    • Method Detail

      • visitAnnotation

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

        public org.objectweb.asm.AnnotationVisitor visitTypeAnnotation​(int typeRef,
                                                                       org.objectweb.asm.TypePath typePath,
                                                                       java.lang.String desc,
                                                                       boolean visible)
        Deprecated.
        Overrides:
        visitTypeAnnotation in class org.objectweb.asm.FieldVisitor
      • visitEnd

        public void visitEnd()
        Deprecated.
        Overrides:
        visitEnd in class org.objectweb.asm.FieldVisitor