class DocumentPosition
(source)
A position in an input document.
column |
The column number. fun column(): Int |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |
line |
The line number. fun line(): Int |
positionAt |
Create a position. static fun positionAt(line: Int, column: Int): DocumentPosition! |
toString |
fun toString(): String |