|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.asm.FieldVisitor
org.objectweb.asm.util.CheckFieldAdapter
public class CheckFieldAdapter
A FieldVisitor that checks that its methods are properly used.
| Field Summary |
|---|
| Fields inherited from class org.objectweb.asm.FieldVisitor |
|---|
api, fv |
| Constructor Summary | |
|---|---|
|
CheckFieldAdapter(FieldVisitor fv)
Constructs a new CheckFieldAdapter. |
protected |
CheckFieldAdapter(int api,
FieldVisitor fv)
Constructs a new CheckFieldAdapter. |
| Method Summary | |
|---|---|
AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Visits an annotation of the field. |
void |
visitAttribute(Attribute attr)
Visits a non standard attribute of the field. |
void |
visitEnd()
Visits the end of the field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckFieldAdapter(FieldVisitor fv)
CheckFieldAdapter. Subclasses must not use
this constructor. Instead, they must use the
CheckFieldAdapter(int, FieldVisitor) version.
fv - the field visitor to which this adapter must delegate calls.
protected CheckFieldAdapter(int api,
FieldVisitor fv)
CheckFieldAdapter.
api - the ASM API version implemented by this visitor. Must be one
of Opcodes.ASM4.fv - the field visitor to which this adapter must delegate calls.| Method Detail |
|---|
public AnnotationVisitor visitAnnotation(String desc,
boolean visible)
FieldVisitor
visitAnnotation in class FieldVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.
public void visitAttribute(Attribute attr)
FieldVisitor
visitAttribute in class FieldVisitorattr - an attribute.public void visitEnd()
FieldVisitor
visitEnd in class FieldVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||