|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompiledType | |
jparse | Provides the main classes that parse and evaluate Java programs. |
Uses of CompiledType in jparse |
Fields in jparse declared as CompiledType | |
static CompiledType |
Type.booleanType
The boolean type |
static CompiledType |
Type.byteType
The byte type |
static CompiledType |
Type.charType
The char type |
static CompiledType |
Type.doubleType
The double type |
static CompiledType |
Type.floatType
The float type |
static CompiledType |
Type.intType
The int type |
static CompiledType |
Type.longType
The long type |
static CompiledType |
Type.shortType
The short type |
static CompiledType |
Type.voidType
The void type |
static CompiledType |
Type.objectType
The object type |
static CompiledType |
Type.stringType
The string type |
Constructors in jparse with parameters of type CompiledType | |
CompiledType(CompiledType original,
int dims)
Create a new CompiledType object by modifying the
dimension of another CompiledType object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |