Line

data class Line

Represents a line from the source.

Parameters

lineNumber

The line's number.

content

The line's content, including the line separator.

range

The line's range spanning the source's content.

Properties

content
Link copied to clipboard
common
val content: String
lineNumber
Link copied to clipboard
common
val lineNumber: Int
range
Link copied to clipboard
common
val range: IntRange