private static final class NativeRuntime.TypeDelegate extends Type
| Modifier and Type | Field and Description |
|---|---|
private NativeType |
nativeType |
private com.kenai.jffi.Type |
type |
| Constructor and Description |
|---|
TypeDelegate(com.kenai.jffi.Type type,
NativeType nativeType) |
| Modifier and Type | Method and Description |
|---|---|
int |
alignment()
The native alignment of this type, in bytes
|
NativeType |
getNativeType()
The native type of this type
|
int |
size()
The size in bytes of this type.
|
java.lang.String |
toString() |
private final com.kenai.jffi.Type type
private final NativeType nativeType
public TypeDelegate(com.kenai.jffi.Type type,
NativeType nativeType)
public int alignment()
Typepublic int size()
Typepublic NativeType getNativeType()
TypegetNativeType in class Typepublic java.lang.String toString()
toString in class java.lang.Object