protected static class Structure.StructField
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
FromNativeContext |
context |
java.lang.reflect.Field |
field |
boolean |
isReadOnly |
boolean |
isVolatile |
java.lang.String |
name |
int |
offset |
FromNativeConverter |
readConverter |
int |
size |
java.lang.Class<?> |
type |
ToNativeConverter |
writeConverter |
Modifier | Constructor and Description |
---|---|
protected |
StructField() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String name
public java.lang.Class<?> type
public java.lang.reflect.Field field
public int size
public int offset
public boolean isVolatile
public boolean isReadOnly
public FromNativeConverter readConverter
public ToNativeConverter writeConverter
public FromNativeContext context