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