Package mondrian.olap

Interface FunCall

    • Method Detail

      • getArg

        Exp getArg​(int index)
        Returns the indexth argument to this function call.
        Parameters:
        index - Ordinal of the argument
        Returns:
        indexth argument to this function call
      • getArgs

        Exp[] getArgs()
        Returns the arguments to this function.
        Returns:
        array of arguments
      • getArgCount

        int getArgCount()
        Returns the number of arguments to this function.
        Returns:
        number of arguments
      • getFunName

        String getFunName()
        Returns the name of the function.
      • getSyntax

        Syntax getSyntax()
        Returns the syntax of the call.