|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.asm.FieldVisitor
org.mvel2.asm.util.CheckFieldAdapter
public class CheckFieldAdapter
A FieldVisitor that checks that its methods are properly used.
| Field Summary |
|---|
| Fields inherited from class org.mvel2.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. |
AnnotationVisitor |
visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
Visits an annotation on the type 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.
IllegalStateException - If a subclass calls this constructor.
protected CheckFieldAdapter(int api,
FieldVisitor fv)
CheckFieldAdapter.
api - the ASM API version implemented by this visitor. Must be one
of Opcodes.ASM4 or Opcodes.ASM5.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 AnnotationVisitor visitTypeAnnotation(int typeRef,
TypePath typePath,
String desc,
boolean visible)
FieldVisitor
visitTypeAnnotation in class FieldVisitortypeRef - a reference to the annotated type. The sort of this type
reference must be FIELD. See
TypeReference.typePath - the path to the annotated type argument, wildcard bound, array
element type, or static inner type within 'typeRef'. May be
null if the annotation targets 'typeRef' as a whole.desc - 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 | |||||||||