public class net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod implements net.bytebuddy.asm.MemberSubstitution$Substitution$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.method.MethodDescription methodDescription;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod this
        start local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
         0: .line 1232
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1233
            aload 0 /* this */
            aload 1 /* methodDescription */
            putfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 1234
            return
        end local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod;
            0    3     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                   Name  Flags
      methodDescription  

  public net.bytebuddy.asm.MemberSubstitution$Substitution make(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/asm/MemberSubstitution$Substitution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.pool.TypePool typePool
         0: .line 1240
            new net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation
            dup
            aload 1 /* instrumentedType */
            new net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokespecial net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple.<init>:(Lnet/bytebuddy/description/method/MethodDescription;)V
            invokespecial net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver;)V
            areturn
        end local 3 // net.bytebuddy.pool.TypePool typePool
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod;
            0    1     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    1     3            typePool  Lnet/bytebuddy/pool/TypePool;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      typePool            
}
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  public abstract Substitution = net.bytebuddy.asm.MemberSubstitution$Substitution of net.bytebuddy.asm.MemberSubstitution
  public abstract Factory = net.bytebuddy.asm.MemberSubstitution$Substitution$Factory of net.bytebuddy.asm.MemberSubstitution$Substitution
  public ForMethodInvocation = net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation of net.bytebuddy.asm.MemberSubstitution$Substitution
  public abstract MethodResolver = net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver of net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation
  public Simple = net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple of net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver
  public OfGivenMethod = net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$OfGivenMethod of net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation