Uses of Class
SFE.GUI.Type

Packages that use Type
SFE.GUI   
 

Uses of Type in SFE.GUI
 

Fields in SFE.GUI declared as Type
static Type Type.BOOLEAN
           
static Type Type.INT
           
 Type Function.returnType
           
 Type Variable.type
           
 Type Type.type
           
 

Methods in SFE.GUI with parameters of type Type
 void Type.setArray(Type type, int bits, java.lang.String array)
          Set type as array
 void Type.setType(Type type)
          Reset type, and set original type
 

Constructors in SFE.GUI with parameters of type Type
Function(Program program, java.lang.String name, Type retType, boolean must)
          Build an undeletable function
Type(java.lang.String name, Type type)
          Build a simple type (bool, int)
Type(java.lang.String name, Type type, int bits, java.lang.String array)
          Build an array or an Int<>
Variable(java.lang.String name, Type type)
           
Variable(java.lang.String name, Type type, java.lang.String array, int bits)
          Build an array variable