| Package | Description |
|---|---|
| de.flapdoodle.eval.core.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableValueNode<T>
Immutable implementation of
ValueNode. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueNode<T> |
ValueNode.of(Token token,
Evaluated<T> value) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableValueNode<T> |
ImmutableValueNode.copyOf(ValueNode<T> instance)
Creates an immutable copy of a
ValueNode value. |
ImmutableValueNode.Builder<T> |
ImmutableValueNode.Builder.from(ValueNode<T> instance)
Fill a builder with attribute values from the provided
de.flapdoodle.eval.core.tree.ValueNode instance. |
Copyright © 2024. All rights reserved.