Class MethodCall.ArgumentLoader.ForMethodParameterArrayElement

    • Constructor Detail

      • ForMethodParameterArrayElement

        public ForMethodParameterArrayElement​(ParameterDescription parameterDescription,
                                              int index)
        Creates an argument loader for a parameter of the instrumented method where an array element is assigned to the invoked method.
        Parameters:
        parameterDescription - The parameter from which to load an array element.
        index - The array index to load.
    • Method Detail