View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

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