| Package | Description |
|---|---|
| de.flapdoodle.eval.core.tree |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableValueNode.Builder<T> |
ImmutableValueNode.builder()
Creates a builder for
ImmutableValueNode. |
ImmutableValueNode.Builder<T> |
ImmutableValueNode.Builder.from(Node instance)
Fill a builder with attribute values from the provided
de.flapdoodle.eval.core.tree.Node instance. |
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. |
ImmutableValueNode.Builder<T> |
ImmutableValueNode.Builder.token(Token token)
Initializes the value for the
token attribute. |
ImmutableValueNode.Builder<T> |
ImmutableValueNode.Builder.value(T value)
Initializes the value for the
value attribute. |
Copyright © 2024. All rights reserved.