public class CollectFieldData
extends org.objectweb.asm.FieldVisitor
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() |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible) |
public int getAccess()
public List<CollectAnnotationData> getAnnotations()
public String getDesc()
public String getName()
public String getSignature()
public Object getValue()
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation
in class org.objectweb.asm.FieldVisitor
Copyright © 2018. All rights reserved.