evaluate method
Evaluate a parsed formula with the given context.
Implementation
FormulaValue evaluate(FormulaNode ast, EvaluationContext context) {
return ast.evaluate(context);
}
Evaluate a parsed formula with the given context.
FormulaValue evaluate(FormulaNode ast, EvaluationContext context) {
return ast.evaluate(context);
}