public abstract class net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved extends net.bytebuddy.asm.Advice$OffsetMapping$ForField
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  super_class: net.bytebuddy.asm.Advice$OffsetMapping$ForField
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, boolean, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing, java.lang.String);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        start local 2 // boolean readOnly
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        start local 4 // java.lang.String name
         0: .line 2169
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* readOnly */
            aload 3 /* typing */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForField.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)V
         1: .line 2170
            aload 0 /* this */
            aload 4 /* name */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved.name:Ljava/lang/String;
         2: .line 2171
            return
        end local 4 // java.lang.String name
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 2 // boolean readOnly
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved;
            0    3     1    target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    3     2  readOnly  Z
            0    3     3    typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            0    3     4      name  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      target    
      readOnly  
      typing    
      name      

  protected net.bytebuddy.description.field.FieldDescription resolve(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 2175
            aload 0 /* this */
            aload 1 /* instrumentedType */
            invokevirtual net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved.fieldLocator:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved.name:Ljava/lang/String;
            invokeinterface net.bytebuddy.dynamic.scaffold.FieldLocator.locate:(Ljava/lang/String;)Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Resolution;
            astore 2 /* resolution */
        start local 2 // net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution resolution
         1: .line 2176
            aload 2 /* resolution */
            invokeinterface net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution.isResolved:()Z
            ifne 3
         2: .line 2177
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot locate field named "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* instrumentedType */
            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
         3: .line 2179
      StackMap locals: net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution
      StackMap stack:
            aload 2 /* resolution */
            invokeinterface net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution.getField:()Lnet/bytebuddy/description/field/FieldDescription;
            areturn
        end local 2 // net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution resolution
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved;
            0    4     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            1    4     2        resolution  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Resolution;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  protected abstract net.bytebuddy.dynamic.scaffold.FieldLocator fieldLocator(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract ForField = net.bytebuddy.asm.Advice$OffsetMapping$ForField of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Unresolved = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved of net.bytebuddy.asm.Advice$OffsetMapping$ForField
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  public WithExplicitType = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithExplicitType of net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  public WithImplicitType = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$WithImplicitType of net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  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 Resolution = net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution of net.bytebuddy.dynamic.scaffold.FieldLocator
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()