AbstractMutableScope

sealed class AbstractMutableScope : MutableScope

Functions

declareVariable
Link copied to clipboard
open override 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

DefaultMutableScope
Link copied to clipboard