public static interface ClassProvider.IFieldInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getAccess()
Returns the access flags of this field.
|
java.lang.String |
getDescriptor()
Returns the descriptor of this field.
|
java.lang.String |
getName()
Returns the name of this field.
|
int getAccess()
FieldNode.access,
Field.getModifiers()java.lang.String getName()
java.lang.String getDescriptor()
Type.getDescriptor()