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
The line's content, including the line separator.
lineNumber
Link copied to clipboard
common
val lineNumber: Int
The line's number.
range
Link copied to clipboard
common
val range: IntRange
The line's range spanning the source's content.