Class FunctionCallExpression

  • All Implemented Interfaces:
    Expression
    Direct Known Subclasses:
    BooleanFunctionCallExpr

    public class FunctionCallExpression
    extends Object
    implements Expression
    Function call expression for use in selector expressions. Includes an extensible interface to allow custom functions to be added without changes to the core.

    Use registerFunction() to register new function implementations for use in selectors.