public class net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance implements net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance
  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: "invokeDynamic"

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

  private final net.bytebuddy.description.type.TypeDescription fieldType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    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;)

  protected void <init>(java.lang.Object, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Ljava/lang/Object;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance this
        start local 1 // java.lang.Object value
        start local 2 // net.bytebuddy.description.type.TypeDescription fieldType
         0: .line 1524
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1525
            aload 0 /* this */
            aload 1 /* value */
            putfield net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.value:Ljava/lang/Object;
         2: .line 1526
            aload 0 /* this */
            aload 2 /* fieldType */
            putfield net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.fieldType:Lnet/bytebuddy/description/type/TypeDescription;
         3: .line 1527
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "invokeDynamic$"
            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.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.name:Ljava/lang/String;
         4: .line 1528
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription fieldType
        end local 1 // java.lang.Object value
        end local 0 // net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lnet/bytebuddy/implementation/InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance;
            0    5     1      value  Ljava/lang/Object;
            0    5     2  fieldType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
           Name  Flags
      value      
      fieldType  

  protected static net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider of(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lnet/bytebuddy/implementation/InvokeDynamic$InvocationProvider$ArgumentProvider;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 1537
            new net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance
            dup
            aload 0 /* value */
            aload 0 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokespecial net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.<init>:(Ljava/lang/Object;Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$Resolved resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/InvokeDynamic$InvocationProvider$ArgumentProvider$Resolved;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 1544
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.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
            astore 5 /* fieldDescription */
        start local 5 // net.bytebuddy.description.field.FieldDescription fieldDescription
         1: .line 1545
            aload 3 /* assigner */
            aload 5 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.fieldType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* 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;
            astore 6 /* stackManipulation */
        start local 6 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         2: .line 1546
            aload 6 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 4
         3: .line 1547
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* fieldDescription */
            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 0 /* this */
            getfield net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.fieldType:Lnet/bytebuddy/description/type/TypeDescription;
            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
         4: .line 1549
      StackMap locals: net.bytebuddy.description.field.FieldDescription net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            new net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$Resolved$Simple
            dup
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
            aload 5 /* fieldDescription */
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         5: .line 1550
            aload 6 /* stackManipulation */
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            aload 5 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
         6: .line 1549
            invokespecial net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$Resolved$Simple.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 6 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 5 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Lnet/bytebuddy/implementation/InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance;
            0    7     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    7     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    7     3            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    7     4              typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            1    7     5    fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
            2    7     6   stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      assigner            
      typing              

  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.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 1557
            aload 1 /* instrumentedType */
         1: .line 1558
            new net.bytebuddy.description.field.FieldDescription$Token
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.name:Ljava/lang/String;
         2: .line 1559
            sipush 4169
         3: .line 1560
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.fieldType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 1558
            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 1561
            new net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.name:Ljava/lang/String;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance.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 1557
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lnet/bytebuddy/implementation/InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance;
            0    7     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "InvokeDynamic.java"
NestHost: net.bytebuddy.implementation.InvokeDynamic
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 ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  protected abstract InvocationProvider = net.bytebuddy.implementation.InvokeDynamic$InvocationProvider of net.bytebuddy.implementation.InvokeDynamic
  public abstract ArgumentProvider = net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider of net.bytebuddy.implementation.InvokeDynamic$InvocationProvider
  public ForInstance = net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$ForInstance of net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider
  public abstract Resolved = net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$Resolved of net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider
  public Simple = net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$Resolved$Simple of net.bytebuddy.implementation.InvokeDynamic$InvocationProvider$ArgumentProvider$Resolved
  public ForStaticField = net.bytebuddy.implementation.LoadedTypeInitializer$ForStaticField of net.bytebuddy.implementation.LoadedTypeInitializer
  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
  public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()