| Package | Description |
|---|---|
| de.flapdoodle.eval.core | |
| de.flapdoodle.eval.core.tree |
| Modifier and Type | Method and Description |
|---|---|
Variables |
ImmutableExpression.variables() |
Variables |
Expression.variables() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableVariables
Immutable implementation of
Variables. |
| Modifier and Type | Method and Description |
|---|---|
static Variables |
Node.hashedUsedVariables(String expression,
Node root) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableVariables |
ImmutableVariables.copyOf(Variables instance)
Creates an immutable copy of a
Variables value. |
ImmutableVariables.Builder |
ImmutableVariables.Builder.from(Variables instance)
Fill a builder with attribute values from the provided
Variables instance. |
Copyright © 2024. All rights reserved.