40414243444546
/** * This throws a FormulaReturnException. Should be catched somewhere outside */ @Override public ValueHolder evaluate(final FormulaContext ctx) throws FormulaReturnException { throw new FormulaReturnException(children[0].evaluate(ctx)); }