T - public interface Token<T>
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
Token.TokenType |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLexeme() |
int |
getStartIndex() |
Token.TokenType |
getType() |
T |
getValue(Map<String,Object> env) |
Copyright © 2017. All Rights Reserved.