UndefinedConstantReference

data class UndefinedConstantReference(val identifier: String, val source: Expression) : SemanticError

SemanticError thrown when a Script references an undefined constant.

Parameters

identifier

Identifier reference that is undefined.

source

The Expression that contains the undefined reference.

Constructors

Link copied to clipboard
constructor(identifier: String, source: Expression)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard