Class SimpleTypes
java.lang.Object
org.jfuncmachine.compiler.model.types.SimpleTypes
A container of static fields representing the simple types
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeA static boolean type instancestatic final TypeA static byte type instancestatic final TypeA static char type instancestatic final TypeA static double type instancestatic final TypeA static float type instancestatic final TypeA static int type instancestatic final TypeA static long type instancestatic final TypeA static short type instancestatic final TypeA static string type instancestatic final TypeA static unit type instance -
Method Summary
-
Field Details
-
BOOLEAN
A static boolean type instance -
BYTE
A static byte type instance -
CHAR
A static char type instance -
DOUBLE
A static double type instance -
FLOAT
A static float type instance -
INT
A static int type instance -
LONG
A static long type instance -
SHORT
A static short type instance -
STRING
A static string type instance -
UNIT
A static unit type instance
-