Class PrimitiveTypes

java.lang.Object
org.eclipse.epsilon.emc.muddle.PrimitiveTypes

public class PrimitiveTypes extends Object
  • Field Details

    • integerType

      protected static IntegerType integerType
    • stringType

      protected static StringType stringType
    • booleanType

      protected static BooleanType booleanType
    • realType

      protected static RealType realType
  • Constructor Details

    • PrimitiveTypes

      public PrimitiveTypes()
  • Method Details

    • getIntegerType

      public static IntegerType getIntegerType()
    • getStringType

      public static StringType getStringType()
    • getBooleanType

      public static BooleanType getBooleanType()
    • getRealType

      public static RealType getRealType()