Class AbstractFunction

    • Constructor Detail

      • AbstractFunction

        protected AbstractFunction​(String functionName,
                                   List<ValueExpression> valueExpressions)
        Create a new instance using AbstractFunction.
        Parameters:
        functionName - name of a function
        valueExpressions - zero or more value expressions
    • Method Detail

      • getFunctionName

        public String getFunctionName()
        Description copied from interface: Function
        Get a function's name.
        Specified by:
        getFunctionName in interface Function
        Returns:
        function's name