| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Type | |
|---|---|
| com.sun.squawk.compiler | |
| Uses of Type in com.sun.squawk.compiler | 
|---|
| Fields in com.sun.squawk.compiler declared as Type | |
|---|---|
| static Type | Type.BYTEDefine secondary types. | 
| static Type | Types.BYTEDefine secondary types. | 
| static Type | Type.DOUBLEDefine primary types. | 
| static Type | Types.DOUBLEDefine primary types. | 
| static Type | Type.FLOATDefine primary types. | 
| static Type | Types.FLOATDefine primary types. | 
| static Type | Type.INTDefine primary types. | 
| static Type | Types.INTDefine primary types. | 
| static Type | Type.IPSpecial dummy types for specifing the MP, IP and LP variables. | 
| static Type | Types.IPSpecial dummy types for supporting building of the Interpreter. | 
| static Type | Type.LONGDefine primary types. | 
| static Type | Types.LONGDefine primary types. | 
| static Type | Type.LPSpecial dummy types for specifing the MP, IP and LP variables. | 
| static Type | Types.LPSpecial dummy types for supporting building of the Interpreter. | 
| static Type | Type.MPSpecial dummy types for specifing the MP, IP and LP variables. | 
| static Type | Types.MPSpecial dummy types for supporting building of the Interpreter. | 
| static Type | Type.OOPDefine primary types. | 
| static Type | Types.OOPDefine primary types. | 
| static Type | Type.REFDefine primary types. | 
| static Type | Types.REFDefine primary types. | 
| static Type | Type.SHORTDefine secondary types. | 
| static Type | Types.SHORTDefine secondary types. | 
| static Type | Type.SSSpecial dummy types for specifing the MP, IP and LP variables. | 
| static Type | Types.SSSpecial dummy types for supporting building of the Interpreter. | 
| static Type | Type.UBYTEDefine secondary types. | 
| static Type | Types.UBYTEDefine secondary types. | 
| static Type | Type.UINTDefine primary types. | 
| static Type | Types.UINTDefine primary types. | 
| static Type | Type.ULONGDefine primary types. | 
| static Type | Types.ULONGDefine primary types. | 
| static Type | Type.USHORTDefine secondary types. | 
| static Type | Types.USHORTDefine secondary types. | 
| static Type | Type.UWORDDefine the size of stack entries. | 
| static Type | Types.UWORDDefine the size of stack entries. | 
| static Type | Type.VOIDSpecial dummy type for call and return. | 
| static Type | Types.VOIDSpecial dummy type for call and return. | 
| static Type | Type.WORDDefine the size of stack entries. | 
| static Type | Types.WORDDefine the size of stack entries. | 
| Methods in com.sun.squawk.compiler that return Type | |
|---|---|
|  Type | Type.getPrimitiveType()Get the primitive version of the type. | 
|  Type | BaseCompiler.tosType()Return the type of the instruction on the top of the stack. | 
| Methods in com.sun.squawk.compiler with parameters of type Type | |
|---|---|
|  Compiler | BaseCompiler.call(int nparms,
     Type type)Call a function. | 
|  Compiler | BaseCompiler.call(int nparms,
     Type type,
     int convention)Call a function. | 
|  Compiler | BaseCompiler.call(Type type)Call a function. | 
|  Compiler | BaseCompiler.call(Type type,
     int convention)Call a function. | 
|  Compiler | BaseCompiler.convert(Type to)Pop the top most element, convert it to a new type, and push the result. | 
|  Compiler | BaseCompiler.force(Type to)Pop the top most element, force it to be the new type, and push the result. | 
|  Local | BaseCompiler.local(Type type)Define a local variable type. | 
|  Local | InterpCompiler.local(Type type)Define a local variable type. | 
|  Local | BaseCompiler.local(Type type,
      int hint)Define a local variable type. | 
|  Local | InterpCompiler.local(Type type,
      int hint)Define a local variable type. | 
|  Local | BaseCompiler.parm(Type type)Define a parameter variable. | 
|  Local | InterpCompiler.parm(Type type)Define a parameter variable. | 
|  Local | BaseCompiler.parm(Type type,
     int hint)Define a parameter variable. | 
|  Local | InterpCompiler.parm(Type type,
     int hint)Define a parameter variable. | 
|  Compiler | BaseCompiler.pop(Type type)Pop the top element of the runtime stack. | 
|  Compiler | BaseCompiler.read(Type type)Load a value from a reference. | 
|  Compiler | BaseCompiler.result(Type type)Define the function result. | 
|  Compiler | BaseCompiler.ret(Type type)Return from a method. | 
|  Compiler | BaseCompiler.write(Type type)Store a value at a reference. | 
|  Compiler | InterpCompiler.write(Type type)Store a value at a reference. | 
| Constructors in com.sun.squawk.compiler with parameters of type Type | |
|---|---|
| Type(int asize,
     int osize,
     int code,
     Type primitive,
     String name)Constructor. | |
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||