kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
core
/
com.strumenta.kolasu.symbolresolution
/
ScopeDefinition
Scope
Definition
class
ScopeDefinition
(
val
contextType
:
KClass
<
out
Node
>
,
scopeFunction
:
(
Node
)
->
Scope
?
)
Members
Constructors
Scope
Definition
Link copied to clipboard
constructor
(
contextType
:
KClass
<
out
Node
>
,
scopeFunction
:
(
Node
)
->
Scope
?
)
Properties
context
Type
Link copied to clipboard
val
contextType
:
KClass
<
out
Node
>
scope
Function
Link copied to clipboard
val
scopeFunction
:
(
Node
)
->
Scope
?