Package ast. types. primitive
Types
Link copied to clipboard
Specifies a boolean type, where the only possible values are true and false.
Link copied to clipboard
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
Specifies a String type.