Class Eval
java.lang.Object
com.mayam.wf.attributes.shared.expr.Eval
Evaluates expressions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
injectDefaultObjects
(Map<String, Object> objects) registerFunction
(String name, Function implementation) registerObject
(String name, Object object) registerObjects
(Map<String, Object> objects)
-
Constructor Details
-
Eval
public Eval()
-
-
Method Details
-
evaluate
- Throws:
ParseException
VisitException
-
registerObject
-
registerObjects
-
injectDefaultObjects
-
registerDefaultFunctions
-