public class Token<T> extends Object
| Constructor and Description |
|---|
Token(int characterIndex,
T tokenType,
String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterIndex() |
T |
getTokenType() |
String |
getValue() |
String |
toString() |
Copyright © 2018. All rights reserved.