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): BooleanCompares this object and the specified object for equality. |
| getEnd | fun getEnd(): LocationGets the end location of the span. |
| getStart | fun getStart(): LocationGets the start location of the span. |
| hashCode | fun hashCode(): Int{@inheritDoc} |
| toString | fun toString(): String{@inheritDoc} |