com.kenai.jaffl
Interface Type


public interface Type


Field Summary
static Type ADDRESS
           
static Type DOUBLE
           
static Type FLOAT
           
static Type SCHAR
           
static Type SINT
           
static Type SLONG
           
static Type SLONGLONG
           
static Type SSHORT
           
static Type UCHAR
           
static Type UINT
           
static Type ULONG
           
static Type ULONGLONG
           
static Type USHORT
           
 
Method Summary
 int alignment()
          The native alignment of this type, in bytes
 int size()
          The size in bytes of this type.
 

Field Detail

SCHAR

static final Type SCHAR

UCHAR

static final Type UCHAR

SSHORT

static final Type SSHORT

USHORT

static final Type USHORT

SINT

static final Type SINT

UINT

static final Type UINT

SLONG

static final Type SLONG

ULONG

static final Type ULONG

SLONGLONG

static final Type SLONGLONG

ULONGLONG

static final Type ULONGLONG

FLOAT

static final Type FLOAT

DOUBLE

static final Type DOUBLE

ADDRESS

static final Type ADDRESS
Method Detail

size

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

Returns:
An integer

alignment

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

Returns:
An integer


Copyright © 2011. All Rights Reserved.