Class MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethod

java.lang.Object
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethod
All Implemented Interfaces:
MemberSubstitution.Substitution.Chain.Step.Factory
Enclosing class:
MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading

@Enhance protected static class MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethod extends Object implements MemberSubstitution.Substitution.Chain.Step.Factory
A factory that resolves a given argument of the instrumented method.
  • Field Details

    • index

      private final int index
      The index of the argument to load.
  • Constructor Details

    • OfInstrumentedMethod

      protected OfInstrumentedMethod(int index)
      Creates a new factory for resolving an argument of the instrumented method.
      Parameters:
      index - The index of the argument to load.
  • Method Details