public interface FieldVisitor
| 限定符和类型 | 方法和说明 |
|---|---|
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 visitAnnotation(String desc, boolean visible)
desc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.void visitAttribute(Attribute attr)
attr - an attribute.void visitEnd()
Copyright © 2017. All Rights Reserved.