|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.asm.xml.SAXAdapter
org.objectweb.asm.xml.SAXFieldAdapter
public class SAXFieldAdapter
SAXFieldAdapter
| Constructor Summary | |
|---|---|
SAXFieldAdapter(org.xml.sax.ContentHandler h,
org.xml.sax.Attributes att)
|
|
| Method Summary | |
|---|---|
AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible)
Visits an annotation of the field. |
void |
visitEnd()
Visits the end of the field. |
| Methods inherited from class org.objectweb.asm.xml.SAXAdapter |
|---|
addDocumentEnd, addDocumentStart, addElement, addEnd, addStart, getContentHandler, visitAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.asm.FieldVisitor |
|---|
visitAttribute |
| Constructor Detail |
|---|
public SAXFieldAdapter(org.xml.sax.ContentHandler h,
org.xml.sax.Attributes att)
| Method Detail |
|---|
public AnnotationVisitor visitAnnotation(java.lang.String desc,
boolean visible)
FieldVisitor
visitAnnotation in interface FieldVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.
public void visitEnd()
FieldVisitor
visitEnd in interface FieldVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||