public class net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstrumentedType 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$ForInstrumentedType
  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$ForInstrumentedType this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 1025
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1026
            aload 0 /* this */
            aload 1 /* instrumentedType */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstrumentedType.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 1027
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstrumentedType this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForInstrumentedType;
            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=1, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstrumentedType this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.description.method.MethodDescription invokedMethod
         0: .line 1033
            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$ForInstrumentedType this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForInstrumentedType;
            0    1     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    1     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$ForInstrumentedType 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 1040
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         1: .line 1041
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstrumentedType.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.implementation.bytecode.constant.ClassConstant.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         2: .line 1042
            aload 2 /* assigner */
            getstatic net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType.CLASS: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 1040
            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 1043
            aload 4 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 6
         5: .line 1044
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign Class value to "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            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 1046
      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$ForInstrumentedType this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForInstrumentedType;
            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 OfNonGenericType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType of net.bytebuddy.description.type.TypeDescription$Generic
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType
  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 ForInstrumentedType = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstrumentedType of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  public final Factory = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstrumentedType$Factory of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstrumentedType
  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()