| Package | Description |
|---|---|
| de.flapdoodle.eval.core | |
| de.flapdoodle.eval.core.evaluables | |
| de.flapdoodle.eval.core.parser | |
| de.flapdoodle.eval.example |
| Modifier and Type | Method and Description |
|---|---|
OperatorMap |
ImmutableExpressionFactory.operatorMap() |
abstract OperatorMap |
ExpressionFactory.operatorMap() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExpressionFactory.Builder |
ImmutableExpressionFactory.Builder.operatorMap(OperatorMap operatorMap)
Initializes the value for the
operatorMap attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withOperatorMap(OperatorMap value)
Copy the current immutable object by setting a value for the
operatorMap attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableOperatorMap
Immutable implementation of
OperatorMap. |
| Modifier and Type | Method and Description |
|---|---|
OperatorMap |
OperatorMap.andThen(OperatorMap fallback) |
| Modifier and Type | Method and Description |
|---|---|
OperatorMap |
OperatorMap.andThen(OperatorMap fallback) |
static ImmutableOperatorMap |
ImmutableOperatorMap.copyOf(OperatorMap instance)
Creates an immutable copy of a
OperatorMap value. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.from(OperatorMap instance)
Fill a builder with attribute values from the provided
OperatorMap instance. |
| Constructor and Description |
|---|
ShuntingYardConverter(String originalExpression,
List<Token> expressionTokens,
OperatorMap operatorMap,
TypedEvaluableByName evaluatables) |
| Modifier and Type | Method and Description |
|---|---|
static OperatorMap |
Defaults.operatorMap() |
Copyright © 2024. All rights reserved.