public class FieldVisitorTee extends Object implements FieldVisitor
Constructor and Description |
---|
FieldVisitorTee(FieldVisitor fv1,
FieldVisitor fv2) |
Modifier and Type | Method and Description |
---|---|
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.
|
public FieldVisitorTee(FieldVisitor fv1, FieldVisitor fv2)
public AnnotationVisitor visitAnnotation(String desc, boolean visible)
FieldVisitor
visitAnnotation
in interface 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 interface FieldVisitor
attr
- an attribute.public void visitEnd()
FieldVisitor
visitEnd
in interface FieldVisitor
Copyright © 2016. All rights reserved.