samt-core
1.0.0
jvm
common
/
tools.samt.common
/
SourceFile
Source
File
data
class
SourceFile
(
val
path
:
URI
,
val
content
:
String
)
Members
Constructors
Source
File
Link copied to clipboard
constructor
(
path
:
URI
,
content
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
Content of the source file as a string
path
Link copied to clipboard
val
path
:
URI
Absolute path to the source file
source
Lines
Link copied to clipboard
val
sourceLines
:
List
<
String
>
Each line of the source file