public final class TraceFieldVisitor extends FieldVisitor
FieldVisitor that prints the fields it visits with a
Printer.| 限定符和类型 | 字段和说明 |
|---|---|
Printer |
p |
api, fv| 构造器和说明 |
|---|
TraceFieldVisitor(FieldVisitor fv,
Printer p) |
TraceFieldVisitor(Printer p) |
| 限定符和类型 | 方法和说明 |
|---|---|
AnnotationVisitor |
visitAnnotation(java.lang.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,
java.lang.String desc,
boolean visible)
Visits an annotation on the type of the field.
|
public final Printer p
public TraceFieldVisitor(Printer p)
public TraceFieldVisitor(FieldVisitor fv, Printer p)
public AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
FieldVisitorvisitAnnotation 在类中 FieldVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.public AnnotationVisitor visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
FieldVisitorvisitTypeAnnotation 在类中 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)
FieldVisitorvisitAttribute 在类中 FieldVisitorattr - an attribute.public void visitEnd()
FieldVisitorvisitEnd 在类中 FieldVisitor