Class ContextItemAccessorFunction.Number_0

    • Constructor Detail

      • Number_0

        public Number_0()
    • Method Detail

      • makeFunctionCall

        public Expression makeFunctionCall​(Expression[] arguments)
        Description copied from class: ContextItemAccessorFunction
        Make a static call on this function, with specified arguments.
        Overrides:
        makeFunctionCall in class ContextItemAccessorFunction
        Parameters:
        arguments - the supplied arguments to the function call. This will always be an empty array, since this is a zero-arity function.
        Returns:
        This implementation returns a call on the equivalent arity-1 version of the function, supplying "." as an explicit argument.