class Location
An immutable object that represents a location in the parsed text.
val column: Int
The column number, starting at 1. |
|
val line: Int
The line number, starting at 1. |
|
val offset: Int
The absolute character index, starting at 0. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |