Given a constant expression expr evaluate it to a concrete Value. If expr is not constant throw NonConstantExpressionError.
expr
Value
NonConstantExpressionError
The order of some operations changed in some version. Current implementation does not yet take it into an account.
Generated using TypeDoc
Given a constant expression
expr
evaluate it to a concreteValue
. Ifexpr
is not constant throwNonConstantExpressionError
.