public class net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference implements net.bytebuddy.implementation.MethodCall$ArgumentLoader, net.bytebuddy.implementation.MethodCall$ArgumentLoader$ArgumentProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription instrumentedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 956
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 957
            aload 0 /* this */
            aload 1 /* instrumentedType */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 958
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForThisReference;
            0    3     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public java.util.List<net.bytebuddy.implementation.MethodCall$ArgumentLoader> resolve(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.description.method.MethodDescription invokedMethod
         0: .line 964
            aload 1 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifeq 2
         1: .line 965
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is static and cannot supply an invoker instance"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 967
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 2 // net.bytebuddy.description.method.MethodDescription invokedMethod
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForThisReference;
            0    3     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    3     2       invokedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;)Ljava/util/List<Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader;>;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      invokedMethod       

  public net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation(net.bytebuddy.description.method.ParameterDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=4
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference this
        start local 1 // net.bytebuddy.description.method.ParameterDescription target
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 974
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         1: .line 975
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadThis:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         2: .line 976
            aload 2 /* assigner */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 3 /* typing */
            invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         3: .line 974
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            astore 4 /* stackManipulation */
        start local 4 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         4: .line 977
            aload 4 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 6
         5: .line 978
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 980
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            aload 4 /* stackManipulation */
            areturn
        end local 4 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 1 // net.bytebuddy.description.method.ParameterDescription target
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForThisReference;
            0    7     1             target  Lnet/bytebuddy/description/method/ParameterDescription;
            0    7     2           assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    7     3             typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            4    7     4  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
          Name  Flags
      target    
      assigner  
      typing    
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  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 ArgumentLoader = net.bytebuddy.implementation.MethodCall$ArgumentLoader of net.bytebuddy.implementation.MethodCall
  public abstract ArgumentProvider = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ArgumentProvider of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  public ForThisReference = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  public final Factory = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference$Factory of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForThisReference
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()