public class net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory implements net.bytebuddy.implementation.MethodCall$ArgumentLoader$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory
  super_class: java.lang.Object
{
  private static final java.lang.String FIELD_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "methodCall"

  private final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling(value = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort.IGNORE:Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling$Sort;)

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory this
        start local 1 // java.lang.Object value
         0: .line 1494
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1495
            aload 0 /* this */
            aload 1 /* value */
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory.value:Ljava/lang/Object;
         2: .line 1496
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "methodCall$"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic net.bytebuddy.utility.RandomString.make:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory.name:Ljava/lang/String;
         3: .line 1497
            return
        end local 1 // java.lang.Object value
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForInstance$Factory;
            0    4     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 1503
            aload 1 /* instrumentedType */
         1: .line 1504
            new net.bytebuddy.description.field.FieldDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory.name:Ljava/lang/String;
         2: .line 1505
            sipush 4105
         3: .line 1506
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 1504
            invokespecial net.bytebuddy.description.field.FieldDescription$Token.<init>:(Ljava/lang/String;ILnet/bytebuddy/description/type/TypeDescription$Generic;)V
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType.withField:(Lnet/bytebuddy/description/field/FieldDescription$Token;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
         5: .line 1507
            new net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory.name:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory.value:Ljava/lang/Object;
            invokespecial net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            invokeinterface net.bytebuddy.dynamic.scaffold.InstrumentedType.withInitializer:(Lnet/bytebuddy/implementation/LoadedTypeInitializer;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
         6: .line 1503
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForInstance$Factory;
            0    7     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.MethodCall$ArgumentLoader$ArgumentProvider make(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ArgumentProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 1514
            new net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance
            dup
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory.name:Ljava/lang/String;
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.field.FieldList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.field.FieldList
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription
            invokespecial net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance.<init>:(Lnet/bytebuddy/description/field/FieldDescription;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/implementation/MethodCall$ArgumentLoader$ForInstance$Factory;
            0    1     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      implementationTarget  
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract ValueHandling = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public final Sort = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort of net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
  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 Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public ForStaticField = net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField of net.bytebuddy.implementation.LoadedTypeInitializer
  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 abstract Factory = net.bytebuddy.implementation.MethodCall$ArgumentLoader$Factory of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  public ForInstance = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance of net.bytebuddy.implementation.MethodCall$ArgumentLoader
  protected Factory = net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance$Factory of net.bytebuddy.implementation.MethodCall$ArgumentLoader$ForInstance
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()