public class PrimitiveTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static BooleanType |
booleanType |
protected static IntegerType |
integerType |
protected static RealType |
realType |
protected static StringType |
stringType |
| Constructor and Description |
|---|
PrimitiveTypes() |
| Modifier and Type | Method and Description |
|---|---|
static BooleanType |
getBooleanType() |
static IntegerType |
getIntegerType() |
static RealType |
getRealType() |
static StringType |
getStringType() |
protected static IntegerType integerType
protected static StringType stringType
protected static BooleanType booleanType
protected static RealType realType
public static IntegerType getIntegerType()
public static StringType getStringType()
public static BooleanType getBooleanType()
public static RealType getRealType()
Copyright © 2018. All rights reserved.