public interface IEvaluationEngine
Modifier and Type | Method and Description |
---|---|
IExpr |
evalWithoutNumericReset(IExpr expr)
Evaluate an object, if evaluation is not possible return the input object
|
void |
init()
Resets internal flags and states:
|