public final class FieldDescription extends Object
| Constructor and Description |
|---|
FieldDescription(String name,
int index,
TypeDescription typeDescription,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
Field |
getField()
Gives native java field of this member.
|
int |
getIndex() |
String |
getName() |
TypeDescription |
getTypeDescription()
Gives the name of this member.
|
boolean |
isAny() |
boolean |
isInterface() |
boolean |
isUnsigned() |
public FieldDescription(String name, int index, TypeDescription typeDescription, Field field)
public String getName()
public boolean isUnsigned()
public boolean isAny()
public boolean isInterface()
public int getIndex()
public TypeDescription getTypeDescription()
public Field getField()