public class AsmField extends Object
| Constructor and Description |
|---|
AsmField(AsmClass owner,
int access,
String name,
String desc,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
AsmAnnotation |
getAnnotation(Class annotationClass) |
List<AsmAnnotation> |
getAnnotations() |
AsmClass |
getDeclaringClass() |
int |
getModifiers() |
String |
getName() |
Object |
getStaticValue() |
AsmType |
getType() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
boolean |
isEnumConstant() |
boolean |
isSynthetic() |
void |
setType(AsmType type) |
String |
toString() |
public String getName()
public int getModifiers()
public boolean isSynthetic()
public boolean isEnumConstant()
public AsmType getType()
public void setType(AsmType type)
public AsmClass getDeclaringClass()
public List<AsmAnnotation> getAnnotations()
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
public AsmAnnotation getAnnotation(Class annotationClass)
public Object getStaticValue()
Copyright © 2019. All rights reserved.