Value

abstract class Value : PrettyPrintable

The result of evaluating an expression.

Constructors

Value
Link copied to clipboard
fun Value()

Functions

toDocument
Link copied to clipboard
override fun toDocument(): Document

Returns the pretty text representation of this object.

Properties

type
Link copied to clipboard
abstract val type: ValueType

The type of the value.

Inheritors

BooleanValue
Link copied to clipboard
IntegerValue
Link copied to clipboard
UnitValue
Link copied to clipboard