MutableScope

sealed class MutableScope : Scope

Functions

declareVariable
Link copied to clipboard
abstract fun declareVariable(name: String, mutable: Boolean)
get
Link copied to clipboard
fun get(name: String): LAny
set
Link copied to clipboard
open override fun set(name: String, value: LAny)

Properties

parent
Link copied to clipboard
abstract val parent: Scope?

Inheritors

AbstractMutableScope
Link copied to clipboard