T - public abstract class AbstractToken<T> extends Object implements Token<T>
Token.TokenType| Constructor and Description |
|---|
AbstractToken(int startIndex,
String lexeme) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLexeme() |
int |
getStartIndex() |
int |
hashCode() |
String |
toString() |
protected final String lexeme
public AbstractToken(int startIndex,
String lexeme)
public int getStartIndex()
getStartIndex in interface Token<T>Copyright © 2019. All rights reserved.