SourceFile

data class SourceFile(val path: URI, val content: String)

Constructors

Link copied to clipboard
constructor(path: URI, content: String)

Properties

Link copied to clipboard

Content of the source file as a string

Link copied to clipboard
val path: URI

Absolute path to the source file

Link copied to clipboard

Each line of the source file