Number

data class Number(val value: Int) : PrimitiveType

Expression to represent an integer value.

Parameters

value

An integer value.

Constructors

Link copied to clipboard
constructor(value: Int)

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
val value: Int