Class MethodCall.ArgumentLoader.ForMethodParameter

    • Constructor Detail

      • ForMethodParameter

        public ForMethodParameter​(int index,
                                  MethodDescription instrumentedMethod)
        Creates an argument loader for a parameter of the instrumented method.
        Parameters:
        index - The index of the parameter to be loaded onto the operand stack.
        instrumentedMethod - The instrumented method.
    • Method Detail