samt-core
1.0.0
jvm
language-server
/
tools.samt.ls
/
FolderSnapshot
Folder
Snapshot
data
class
FolderSnapshot
(
val
sourcePath
:
URI
,
val
files
:
List
<
FileInfo
>
,
val
semanticModel
:
SemanticModel
?
)
Members
Constructors
Folder
Snapshot
Link copied to clipboard
constructor
(
sourcePath
:
URI
,
files
:
List
<
FileInfo
>
,
semanticModel
:
SemanticModel
?
)
Properties
files
Link copied to clipboard
val
files
:
List
<
FileInfo
>
semantic
Model
Link copied to clipboard
val
semanticModel
:
SemanticModel
?
source
Path
Link copied to clipboard
val
sourcePath
:
URI