Package-level declarations
Types
Link copied to clipboard
Expression to represent a boolean value.
Link copied to clipboard
Expression to represent a colour with red, green, and blue values.
Link copied to clipboard
Expression that references a constant through its string identifier.
Link copied to clipboard
data class Interval(val start: Expression, val end: Expression, val type: Interval.IntervalType) : PrimitiveType
Expression to represent the interval of integers from start to end.
Link copied to clipboard
Expression to represent an integer value.
Link copied to clipboard
Expression to represent a 2D point with coordinates x and y.
Link copied to clipboard
Link copied to clipboard
Expression that references a variable through its string identifier.