public static final byte T_CHAR
- The T_CHAR denotes "
char" data type.
T_SHORT
public static final byte T_SHORT
- The T_SHORT denotes "
short int" data type.
T_INT
public static final byte T_INT
- The T_INT denotes "
int" data type.
T_LONG
public static final byte T_LONG
- The T_LONG denotes "
long" data type.
T_FLOAT
public static final byte T_FLOAT
- The T_FLOAT denotes "
float" data type.
T_DOUBLE
public static final byte T_DOUBLE
- The T_DOUBLE denotes "
double" data type.
T_STRUCT
public static final byte T_STRUCT
- The T_STRUCT denotes "
struct">
- The T_STRUCT denotes "
struct" data type.
T_UNION
public static final byte T_UNION
- The T_UNION denotes "
union" data type.
T_ENUM
public static final byte T_ENUM
- The T_ENUM denotes "
enum" data type.
T_MOE
public stat
public static final byte T_MOE
- The T_MOE denotes "
member of element" data type.
T_UCHAR
public static final byte T_UCHAR
- The T_UCHAR denotes "
unsigned char" data type.
T_USHORT
public static final byte T_USHORT
- The T_USHORT denotes "
unsigned short" data type.
T_UINT
public static final byte T_UINT
- The T_UINT denotes "
unsigned int" data type.
T_ULONG
public static final byte T_ULONG
- The T_ULONG denotes "
unsigned long" data type.
DT_NON
public static final byte DT_NON
- The DT_NON denotes a "standard" type.
DT_PTR
public static final byte DT_PTR
- The DT_PTR denotes a "pointer" type>
- The DT_PTR denotes a "pointer" type.
DT_FCN
public static final byte DT_FCN
- The DT_FCN denotes a "function" type.
DT_ARY
public static final byte DT_ARY
- The DT_ARY denotes a "array" type.
C_NULL
public static final byte C_NULL
C_AUTO
public static final byte C_AUTO
C_EXT
public static final byte C_EXT
C_STAT
public static final byte C_STAT
C_REG
public static final byte C_REG
C_EXTDEF
public static final byte C_EXTDEF
C_LABEL
public static final byte C_LABEL
C_ULABEL
public static final byte C_ULABEL
C_MOS
public static final byte C_MOS
C_ARG
public static final byte C_ARG
C_STRTAG
public static final bytC_STRTAG
public static final byte C_STRTAG
C_MOU
public static final byte C_MOU
C_UNTAG
public static final byte C_UNTAG
C_TPDEF
public static final byte C_TPDEF
C_USTATIC
public sb>
public static final byte C_USTATIC
C_ENTAG
public static final byte C_ENTAG
C_MOE
public static final byte C_MOE
C_REGPARM
public static final byte C_REGPARM
C_FIELD
public static final byte C_FIELD
C_UEXT
public static final byte C_UEXT
C_STATLAB
public static final byte C_STATLAB
C_EXTLAB
public static final byte C_EXTLAB
C_BLOCK
public static final byte C_BLOCK
C_FCN
public static final byte C_FCN
C_EOS
public static final byte C_EOS
C_FILE
public static final byte C_FILE
C_LINE
public static final byte C_LINE
All Packages Class Hierarchy This Package Previous Next Index