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