Class FunctionBase

    • Constructor Detail

      • FunctionBase

        public FunctionBase()
    • Method Detail

      • getFunctionName

        public String getFunctionName​(MappingExpressionParser.Function_callContext ctx)
        The getFunctionName method retrieves the name of the function from the context
        Parameters:
        ctx - The Function_callContext for the function.
        Returns:
        String The name of the function.
      • getArgumentCount

        public static int getArgumentCount​(MappingExpressionParser.Function_callContext ctx)
        The getArgumentCount method counts the number of expressions in the expression list.
        Parameters:
        ctx - The Function_callContext for the function.
        Returns:
        int The number of arguments for the function