public final class Token extends Object
| Constructor and Description |
|---|
Token(TokenType type,
String string,
int offset,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLineNumber() |
int |
getOffset() |
String |
getString() |
TokenType |
getType() |
String |
toString() |
Copyright © 2020. All rights reserved.