com.kenai.jaffl

Interface Type

public interface Type

Field Summary
static TypeADDRESS
static TypeDOUBLE
static TypeFLOAT
static TypeSCHAR
static TypeSINT
static TypeSLONG
static TypeSLONGLONG
static TypeSSHORT
static TypeUCHAR
static TypeUINT
static TypeULONG
static TypeULONGLONG
static TypeUSHORT
Method Summary
intalignment()
The native alignment of this type, in bytes
intsize()
The size in bytes of this type.

Field Detail

ADDRESS

public static final Type ADDRESS

DOUBLE

public static final Type DOUBLE

FLOAT

public static final Type FLOAT

SCHAR

public static final Type SCHAR

SINT

public static final Type SINT

SLONG

public static final Type SLONG

SLONGLONG

public static final Type SLONGLONG

SSHORT

public static final Type SSHORT

UCHAR

public static final Type UCHAR

UINT

public static final Type UINT

ULONG

public static final Type ULONG

ULONGLONG

public static final Type ULONGLONG

USHORT

public static final Type USHORT

Method Detail

alignment

public int alignment()
The native alignment of this type, in bytes

Returns: An integer

size

public int size()
The size in bytes of this type.

Returns: An integer