public interface FieldVisitor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
visitAttribute(Attribute attr)
Visits a non standard attribute of the field.
|
void |
visitEnd()
Visits the end of the field.
|
void visitAttribute(Attribute attr)
attr - an attribute.void visitEnd()