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