org.objectweb.asm
public interface FieldVisitor
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. |
Parameters: desc the class descriptor of the annotation class. visible true if the annotation is visible at runtime.
Returns: a visitor to visit the annotation values, or null if this visitor is not interested in visiting this annotation.
Parameters: attr an attribute.