"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.compiler.Type

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.BYTE
          Define secondary types.
static Type Types.BYTE
          Define secondary types.
static Type Type.DOUBLE
          Define primary types.
static Type Types.DOUBLE
          Define primary types.
static Type Type.FLOAT
          Define primary types.
static Type Types.FLOAT
          Define primary types.
static Type Type.INT
          Define primary types.
static Type Types.INT
          Define primary types.
static Type Type.IP
          Special dummy types for specifing the MP, IP and LP variables.
static Type Types.IP
          Special dummy types for supporting building of the Interpreter.
static Type Type.LONG
          Define primary types.
static Type Types.LONG
          Define primary types.
static Type Type.LP
          Special dummy types for specifing the MP, IP and LP variables.
static Type Types.LP
          Special dummy types for supporting building of the Interpreter.
static Type Type.MP
          Special dummy types for specifing the MP, IP and LP variables.
static Type Types.MP
          Special dummy types for supporting building of the Interpreter.
static Type Type.OOP
          Define primary types.
static Type Types.OOP
          Define primary types.
static Type Type.REF
          Define primary types.
static Type Types.REF
          Define primary types.
static Type Type.SHORT
          Define secondary types.
static Type Types.SHORT
          Define secondary types.
static Type Type.SS
          Special dummy types for specifing the MP, IP and LP variables.
static Type Types.SS
          Special dummy types for supporting building of the Interpreter.
static Type Type.UBYTE
          Define secondary types.
static Type Types.UBYTE
          Define secondary types.
static Type Type.UINT
          Define primary types.
static Type Types.UINT
          Define primary types.
static Type Type.ULONG
          Define primary types.
static Type Types.ULONG
          Define primary types.
static Type Type.USHORT
          Define secondary types.
static Type Types.USHORT
          Define secondary types.
static Type Type.UWORD
          Define the size of stack entries.
static Type Types.UWORD
          Define the size of stack entries.
static Type Type.VOID
          Special dummy type for call and return.
static Type Types.VOID
          Special dummy type for call and return.
static Type Type.WORD
          Define the size of stack entries.
static Type Types.WORD
          Define 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

"

"
For updated information see the Java FRC site
"