Variable

sealed class Variable : Name

A variable is a name that stands for a value or an object instance.

Functions

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

Properties

name
Link copied to clipboard
abstract val name: String
nameCategory
Link copied to clipboard
abstract val nameCategory: String

Inheritors

Temporary
Link copied to clipboard
ObjectVariable
Link copied to clipboard