lin
/
com.github.adriantodt.lin.vm.scope
/
AbstractMutableScope
Abstract
Mutable
Scope
sealed class
AbstractMutableScope
:
MutableScope
Content copied to clipboard
Functions
Properties
Inheritors
Functions
declare
Variable
Link copied to clipboard
open override fun
declareVariable
(name:
String
, mutable:
Boolean
)
Content copied to clipboard
get
Link copied to clipboard
fun
get
(name:
String
):
LAny
Content copied to clipboard
set
Link copied to clipboard
open override fun
set
(name:
String
, value:
LAny
)
Content copied to clipboard
Properties
parent
Link copied to clipboard
abstract val
parent
:
Scope
?
Content copied to clipboard
Inheritors
DefaultMutableScope
Link copied to clipboard