@Value.Immutable
public interface Token
| Modifier and Type | Method and Description |
|---|---|
static Token |
of(int startPosition,
String value,
TokenType type) |
int |
start() |
TokenType |
type() |
String |
value() |
Copyright © 2024. All rights reserved.