Bool

data class Bool(val value: Boolean) : PrimitiveType

Expression to represent a boolean value.

Parameters

value

A boolean value.

Constructors

Link copied to clipboard
constructor(value: Boolean)

Functions

Link copied to clipboard

Returns a list of strings of the identifiers of all the variables that this expression references.

Link copied to clipboard

Does this expression reference any variables?

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard