kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
core
/
com.strumenta.kolasu.symbolresolution
/
Scope
Scope
data
class
Scope
(
var
parent
:
Scope
?
=
null
,
var
symbolTable
:
SymbolTable
=
mutableMapOf()
)
Members
Constructors
Scope
Link copied to clipboard
constructor
(
parent
:
Scope
?
=
null
,
symbolTable
:
SymbolTable
=
mutableMapOf()
)
Functions
define
Link copied to clipboard
fun
define
(
symbol
:
Symbol
)
resolve
Link copied to clipboard
fun
resolve
(
name
:
String
,
type
:
KClass
<
out
Symbol
>
=
Symbol::class
)
:
Symbol
?
Properties
parent
Link copied to clipboard
var
parent
:
Scope
?
symbol
Table
Link copied to clipboard
var
symbolTable
:
SymbolTable