Interface IArgumentProvider

    • Method Detail

      • getArgumentsCount

        int getArgumentsCount()
        Returns the number of arguments.
        Returns:
        the number of arguments
      • getArgument

        CallArgument getArgument​(int index)
        Returns the specified argument.
        Parameters:
        index - the index of the argument to be returned
        Returns:
        the argument
        Throws:
        java.lang.IndexOutOfBoundsException - in case of index < 0 || index >= getArgumentsCount().