samt-core
1.0.0
jvm
language-server
/
tools.samt.ls
/
SamtSemanticLookup
Samt
Semantic
Lookup
abstract
class
SamtSemanticLookup
<
TKey
,
TValue
>
Inheritors
SamtDeclarationLookup
SamtReferencesLookup
SamtSemanticTokens
Members
Functions
get
Link copied to clipboard
operator
fun
get
(
key
:
TKey
)
:
TValue
?
set
Link copied to clipboard
operator
fun
set
(
key
:
TKey
,
value
:
TValue
)