T - public interface Token<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Token.TokenType |
| Modifier and Type | Method and Description |
|---|---|
String |
getLexeme() |
int |
getStartIndex() |
Token.TokenType |
getType() |
T |
getValue(Map<String,Object> env) |
Copyright © 2019. All rights reserved.