public static interface ImmutableExpression.Evaluation
| Modifier and Type | Interface and Description |
|---|---|
static class |
ImmutableExpression.Evaluation.BooleanValue |
| Modifier and Type | Method and Description |
|---|---|
IncrementalEvaluation |
getEvaluationResult(ImmutableExpression originalExpression,
boolean wasExpressionAlreadyNew) |
Optional<ImmutableExpression> |
getExpression() |
ImmutableTerm |
getTerm() |
Optional<ImmutableExpression.Evaluation.BooleanValue> |
getValue() |
default boolean |
isEffectiveFalse() |
Optional<ImmutableExpression> getExpression()
Optional<ImmutableExpression.Evaluation.BooleanValue> getValue()
ImmutableTerm getTerm()
IncrementalEvaluation getEvaluationResult(ImmutableExpression originalExpression, boolean wasExpressionAlreadyNew)
default boolean isEffectiveFalse()
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.