public class AsmField extends Field
| Modifier and Type | Method and Description |
|---|---|
Field |
asRaw() |
EnumBitSet<AccessFlag> |
getAccessFlags() |
AnnotationSupplier |
getAnnotationSupplier() |
@Nullable java.lang.Object |
getConstantValue() |
Field |
getDeclaration() |
ClassType |
getDeclaringClass() |
org.objectweb.asm.Type |
getDescriptor() |
java.lang.String |
getName() |
org.objectweb.asm.tree.FieldNode |
getNode() |
AType |
getType() |
getFullName, isStatic, isSyntheticpublic org.objectweb.asm.tree.FieldNode getNode()
public ClassType getDeclaringClass()
getDeclaringClass in class Fieldpublic EnumBitSet<AccessFlag> getAccessFlags()
getAccessFlags in class Fieldpublic org.objectweb.asm.Type getDescriptor()
getDescriptor in class Fieldpublic AnnotationSupplier getAnnotationSupplier()
getAnnotationSupplier in class Field@Nullable public @Nullable java.lang.Object getConstantValue()
getConstantValue in class Fieldpublic Field getDeclaration()
getDeclaration in class Field