Package ast.types.primitive

Types

Link copied to clipboard
class BooleanType : Type

Specifies a boolean type, where the only possible values are true and false.

Link copied to clipboard
class NumberType : Type

Specifies a signed, 64-bit IEEE 754 floating point number type. This is the only numerical type, and must be used for integers and fractional numbers.

Link copied to clipboard
class StringType : Type

Specifies a String type.