public final class TraceFieldVisitor extends FieldVisitor
FieldVisitor
that prints the fields it visits with a
Printer
.Constructor and Description |
---|
TraceFieldVisitor(FieldVisitor fv,
Printer p) |
TraceFieldVisitor(Printer p) |
Modifier and Type | Method and Description |
---|---|
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.
|
public final Printer p
public TraceFieldVisitor(Printer p)
public TraceFieldVisitor(FieldVisitor fv, Printer p)
public AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
FieldVisitor
visitAnnotation
in class FieldVisitor
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 FieldVisitor
attr
- an attribute.public void visitEnd()
FieldVisitor
visitEnd
in class FieldVisitor
Copyright (c) Fabasoft R&D GmbH, Linz, Austria, 1988-2015.