VariableReference

data class VariableReference(val identifier: String) : Expression

Expression that references a variable through its string identifier.

Constructors

Link copied to clipboard
constructor(identifier: String)

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