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