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 / Span

Span

data class Span

A document span.

Constructors

<init> Span(startLine: Int, startCharacter: Int, endLine: Int, endCharacter: Int)Span(start: Location, end: Location)
A document span.

Properties

end val end: Location
The end of the span.
isEmpty val isEmpty: Boolean
Gets whether the span is empty.
start val start: Location
The start of the span.

Functions

toString fun toString(): String