| Package | Description |
|---|---|
| de.flapdoodle.eval.core.parser |
| Modifier and Type | Method and Description |
|---|---|
ImmutableToken |
ImmutableToken.Builder.build()
Builds a new
ImmutableToken. |
static ImmutableToken |
ImmutableToken.copyOf(Token instance)
Creates an immutable copy of a
Token value. |
static ImmutableToken |
ImmutableToken.of(int start,
String value,
TokenType type)
Construct a new immutable
Token instance. |
ImmutableToken |
ImmutableToken.withStart(int value)
Copy the current immutable object by setting a value for the
start attribute. |
ImmutableToken |
ImmutableToken.withType(TokenType value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableToken |
ImmutableToken.withValue(String value)
Copy the current immutable object by setting a value for the
value attribute. |
Copyright © 2024. All rights reserved.