aesi-eclipse / com.virtlink.aesi / Offset
Offset
class Offset :
Comparable
<Offset>
A location in a document.
Constructors
<init> | Offset(value: Int ) Creates a new instance of the Offset class. |
Functions
compareTo | fun compareTo(other: Offset): Int {@inheritDoc} |
equals | fun equals(other: Any ?): Boolean {@inheritDoc} fun equals(other: Offset): Boolean Compares this object and the specified object for equality. |
getValue | fun getValue(): Int Gets the character offset. |
hashCode | fun hashCode(): Int {@inheritDoc} |
toString | fun toString(): String {@inheritDoc} |