public class net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple implements net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple
  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$MethodResolver$Simple this
        start local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
         0: .line 1130
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1131
            aload 0 /* this */
            aload 1 /* methodDescription */
            putfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 1132
            return
        end local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple;
            0    3     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                   Name  Flags
      methodDescription  

  public net.bytebuddy.description.method.MethodDescription resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.ByteCodeElement, net.bytebuddy.description.type.TypeList$Generic, net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/ByteCodeElement;Lnet/bytebuddy/description/type/TypeList$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple this
        start local 1 // net.bytebuddy.description.type.TypeDescription targetType
        start local 2 // net.bytebuddy.description.ByteCodeElement target
        start local 3 // net.bytebuddy.description.type.TypeList$Generic parameters
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic result
         0: .line 1138
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            areturn
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic result
        end local 3 // net.bytebuddy.description.type.TypeList$Generic parameters
        end local 2 // net.bytebuddy.description.ByteCodeElement target
        end local 1 // net.bytebuddy.description.type.TypeDescription targetType
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Simple;
            0    1     1  targetType  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2      target  Lnet/bytebuddy/description/ByteCodeElement;
            0    1     3  parameters  Lnet/bytebuddy/description/type/TypeList$Generic;
            0    1     4      result  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
            Name  Flags
      targetType  
      target      
      parameters  
      result      
}
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  public abstract Substitution = net.bytebuddy.asm.MemberSubstitution$Substitution of net.bytebuddy.asm.MemberSubstitution
  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 abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()