Package com.google.refine.grel.ast
Class FunctionCallExpr
java.lang.Object
com.google.refine.grel.ast.FunctionCallExpr
- All Implemented Interfaces:
Evaluable
An abstract syntax tree node encapsulating a function call. The function's
arguments are all evaluated down to values before the function is applied.
If any argument is an error, the function is not applied, and the error is
the result of the expression.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(Properties bindings) Evaluate this expression in the given environment (bindings).toString()