aesi-eclipse / com.virtlink.aesi.syntaxhighlighting / Token
Token
open class Token : IToken
A colorizer token.
Constructors
<init> | Token(location: Span, scope: String ) Creates a new instance of the Token class. |
Functions
equals | open fun equals(other: Any ?): Boolean {@inheritDoc} open fun equals(other: Token): Boolean Compares this object and the specified object for equality. |
getLocation | open fun getLocation(): Span {@inheritDoc} |
getScope | open fun getScope(): String {@inheritDoc} |
hashCode | open fun hashCode(): Int {@inheritDoc} |
toString | open fun toString(): String {@inheritDoc} |