Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-2
-
None
-
None
Description
convenience for integration in Java with predefined variables like:
Date result = (Date) Eval.x(myDate, "x + 1");
Date result = (Date) Eval.xy(myDate,3, "x + y");
Eval.xyz(beginDate, endDate, 3, "assert x+z == y");