aesi-eclipse / com.virtlink.aesi / Span2
Span2
class Span2
A span in a document.
Constructors
<init> | Span2(start: Location, end: Location) Span2(startLine: Int , startCharacter: Int , endLine: Int , endCharacter: Int ) Creates a new instance of the Span2 class. |
Functions
equals | fun equals(other: Any ?): Boolean {@inheritDoc} fun equals(other: Span2): Boolean Compares this object and the specified object for equality. |
getEnd | fun getEnd(): Location Gets the end location of the span. |
getStart | fun getStart(): Location Gets the start location of the span. |
hashCode | fun hashCode(): Int {@inheritDoc} |
toString | fun toString(): String {@inheritDoc} |