aesi-java / com.virtlink.editorservices / Location
Location
data class Location :
Comparable
<Location>
A location in a document.
Constructors
<init> | Location(line: Int , character: Int ) A location in a document. |
Properties
character | val character: Int The zero-based character offset of the location. |
line | val line: Int The zero-based line number of the location. |
Functions
compareTo | fun compareTo(other: Location): Int |
toString | fun toString(): String |