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 |