Class MethodCall.TargetHandler.ForMethodParameter

    • Field Detail

      • index

        private final int index
        The index of the instrumented method's parameter that is the target of the method invocation.
    • Constructor Detail

      • ForMethodParameter

        protected ForMethodParameter​(int index)
        Creates a new target handler for the instrumented method's argument.
        Parameters:
        index - The index of the instrumented method's parameter that is the target of the method invocation.