| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Types
Data types supported by the Compiler interface.
| Field Summary | |
|---|---|
| static Type | BYTEDefine secondary types. | 
| static Type | DOUBLEDefine primary types. | 
| static Type | FLOATDefine primary types. | 
| static Type | INTDefine primary types. | 
| static Type | IPSpecial dummy types for supporting building of the Interpreter. | 
| static Type | LONGDefine primary types. | 
| static Type | LPSpecial dummy types for supporting building of the Interpreter. | 
| static Type | MPSpecial dummy types for supporting building of the Interpreter. | 
| static Type | OOPDefine primary types. | 
| static Type | REFDefine primary types. | 
| static int | RELOC_ABSOLUTE_INTRelocation type for absolute integer addresses. | 
| static int | RELOC_RELATIVE_INTRelocation type for relative integer addresses. | 
| static Type | SHORTDefine secondary types. | 
| static Type | SSSpecial dummy types for supporting building of the Interpreter. | 
| static Type | UBYTEDefine secondary types. | 
| static Type | UINTDefine primary types. | 
| static Type | ULONGDefine primary types. | 
| static Type | USHORTDefine secondary types. | 
| static Type | UWORDDefine the size of stack entries. | 
| static Type | VOIDSpecial dummy type for call and return. | 
| static Type | WORDDefine the size of stack entries. | 
| Field Detail | 
|---|
static final Type REF
static final Type OOP
static final Type INT
static final Type UINT
static final Type LONG
static final Type ULONG
static final Type FLOAT
static final Type DOUBLE
static final Type BYTE
static final Type UBYTE
static final Type SHORT
static final Type USHORT
static final Type VOID
static final Type MP
Interpreter.
static final Type IP
Interpreter.
static final Type LP
Interpreter.
static final Type SS
Interpreter.
static final Type WORD
static final Type UWORD
static final int RELOC_ABSOLUTE_INT
static final int RELOC_RELATIVE_INT
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||