| Package | Description |
|---|---|
| xtc.type |
| Modifier and Type | Field and Description |
|---|---|
static IntegerT |
NumberT.BYTE
The canonical signed byte type.
|
static IntegerT |
NumberT.CHAR
The canonical char type.
|
static IntegerT |
C.IMPLICIT
The canonical implicit int type.
|
static IntegerT |
NumberT.INT
The canonical int type.
|
static IntegerT |
NumberT.LONG
The canonical signed long type.
|
static IntegerT |
NumberT.LONG_LONG
The canonical signed long long type.
|
static IntegerT |
C.PTR_DIFF
The canonical pointer difference type.
|
static IntegerT |
NumberT.S_CHAR
The canonical signed char type.
|
static IntegerT |
NumberT.S_INT
The canonical signed int type.
|
static IntegerT |
NumberT.SHORT
The canonical short type.
|
static IntegerT |
C.SIZEOF
The canonical sizeof type.
|
static IntegerT |
NumberT.U_CHAR
The canonical unsigned char type.
|
static IntegerT |
NumberT.U_INT
The cannical unsigned int type.
|
static IntegerT |
NumberT.U_LONG
The canonical unsigned long type.
|
static IntegerT |
NumberT.U_LONG_LONG
The canonical unsigned long long type.
|
static IntegerT |
NumberT.U_SHORT
The canonical unsigned short type.
|
static IntegerT |
C.WCHAR
The canonical wide char type.
|
| Modifier and Type | Method and Description |
|---|---|
IntegerT |
IntegerT.copy() |
IntegerT |
Type.toInteger()
Get this type as an integer.
|
IntegerT |
IntegerT.toInteger() |
Copyright © 2014. All Rights Reserved.