Package org.objectweb.asm.xml
Class SAXFieldAdapter
- java.lang.Object
-
- org.objectweb.asm.FieldVisitor
-
- org.objectweb.asm.xml.SAXFieldAdapter
-
@Deprecated public final class SAXFieldAdapter extends org.objectweb.asm.FieldVisitorDeprecated.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
-
-
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.AnnotationVisitorvisitAnnotation(java.lang.String desc, boolean visible)Deprecated.voidvisitEnd()Deprecated.org.objectweb.asm.AnnotationVisitorvisitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, java.lang.String desc, boolean visible)Deprecated.
-
-
-
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:
visitAnnotationin classorg.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:
visitTypeAnnotationin classorg.objectweb.asm.FieldVisitor
-
visitEnd
public void visitEnd()
Deprecated.- Overrides:
visitEndin classorg.objectweb.asm.FieldVisitor
-
-