Variable

data class Variable(val name: String) : Name

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

Constructors

Link copied to clipboard
fun Variable(name: String)

Functions

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

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val nameCategory: String