public class CollectFieldData extends FieldVisitor
api, fv
Constructor and Description |
---|
CollectFieldData(int access,
String name,
String desc,
String signature,
Object value) |
Modifier and Type | Method and Description |
---|---|
int |
getAccess() |
List<CollectAnnotationData> |
getAnnotations() |
String |
getDesc() |
String |
getName() |
String |
getSignature() |
Object |
getValue() |
String |
toString() |
AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Visits an annotation of the field.
|
visitAttribute, visitEnd
public int getAccess()
public List<CollectAnnotationData> getAnnotations()
public String getDesc()
public String getName()
public String getSignature()
public Object getValue()
public AnnotationVisitor visitAnnotation(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.Copyright © 2018. All rights reserved.