Package com.github.adriantodt.lin.vm.scope

Types

AbstractMutableScope
Link copied to clipboard
sealed class AbstractMutableScope : MutableScope
DefaultMutableScope
Link copied to clipboard
class DefaultMutableScope(parent: Scope?) : AbstractMutableScope
ImmutableMapScope
Link copied to clipboard
class ImmutableMapScope(map: Map<String, LAny>, parent: Scope?) : Scope
MutableScope
Link copied to clipboard
sealed class MutableScope : Scope
Scope
Link copied to clipboard
sealed class Scope