|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntegerT | |
|---|---|
| xtc.type | |
| Uses of IntegerT in xtc.type |
|---|
| Fields in xtc.type declared as IntegerT | |
|---|---|
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. |
| Methods in xtc.type that return IntegerT | |
|---|---|
IntegerT |
IntegerT.copy()
|
IntegerT |
IntegerT.toInteger()
|
IntegerT |
Type.toInteger()
Get this type as an integer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||