public class FieldConstantsCollector extends FieldVisitor
FieldVisitor that collects the Constants of the fields it
visits.api, fv| Constructor and Description |
|---|
FieldConstantsCollector(FieldVisitor fv,
ConstantPool cp) |
| 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 FieldConstantsCollector(FieldVisitor fv, ConstantPool cp)
public AnnotationVisitor visitAnnotation(String desc, boolean visible)
FieldVisitorvisitAnnotation in class FieldVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.public void visitAttribute(Attribute attr)
FieldVisitorvisitAttribute in class FieldVisitorattr - an attribute.public void visitEnd()
FieldVisitorvisitEnd in class FieldVisitorCopyright © 2014 Apache Software Foundation. All Rights Reserved.