File

@Serializable
data class File(val path: Path, val displayPath: Path, val startLine: Int, val endLine: Int, val lineNumber: Boolean, val unicodeEscape: Boolean) : ReadRequest(source)

Constructors

Link copied to clipboard
constructor(path: Path, displayPath: Path, startLine: Int, endLine: Int, lineNumber: Boolean, unicodeEscape: Boolean)

Properties

Link copied to clipboard
@Serializable(with = PathSerializer::class)
open override val displayPath: Path
Link copied to clipboard
open override val endLine: Int
Link copied to clipboard
open override val lineNumber: Boolean
Link copied to clipboard
@Serializable(with = PathSerializer::class)
open override val path: Path
Link copied to clipboard
open override val startLine: Int
Link copied to clipboard
open override val unicodeEscape: Boolean