public abstract class Token extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Token.ID |
| Constructor and Description |
|---|
Token(Optional<Mark> startMark,
Optional<Mark> endMark) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Mark> |
getEndMark() |
Optional<Mark> |
getStartMark() |
abstract Token.ID |
getTokenId()
For error reporting.
|
String |
toString() |
Copyright © 2018–2022. All rights reserved.