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 © 2024. All rights reserved.