Class SimpleTypes

java.lang.Object
org.jfuncmachine.compiler.model.types.SimpleTypes

public class SimpleTypes extends Object
A container of static fields representing the simple types
  • Field Details

    • BOOLEAN

      public static final Type BOOLEAN
      A static boolean type instance
    • BYTE

      public static final Type BYTE
      A static byte type instance
    • CHAR

      public static final Type CHAR
      A static char type instance
    • DOUBLE

      public static final Type DOUBLE
      A static double type instance
    • FLOAT

      public static final Type FLOAT
      A static float type instance
    • INT

      public static final Type INT
      A static int type instance
    • LONG

      public static final Type LONG
      A static long type instance
    • SHORT

      public static final Type SHORT
      A static short type instance
    • STRING

      public static final Type STRING
      A static string type instance
    • UNIT

      public static final Type UNIT
      A static unit type instance