public class net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared implements net.bytebuddy.implementation.FieldAccessor$FieldLocation$Prepared
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor fieldNameExtractor;
    descriptor: Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.dynamic.scaffold.FieldLocator fieldLocator;
    descriptor: Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor, net.bytebuddy.dynamic.scaffold.FieldLocator);
    descriptor: (Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;Lnet/bytebuddy/dynamic/scaffold/FieldLocator;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared this
        start local 1 // net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor fieldNameExtractor
        start local 2 // net.bytebuddy.dynamic.scaffold.FieldLocator fieldLocator
         0: .line 296
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 297
            aload 0 /* this */
            aload 1 /* fieldNameExtractor */
            putfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared.fieldNameExtractor:Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;
         2: .line 298
            aload 0 /* this */
            aload 2 /* fieldLocator */
            putfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared.fieldLocator:Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
         3: .line 299
            return
        end local 2 // net.bytebuddy.dynamic.scaffold.FieldLocator fieldLocator
        end local 1 // net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor fieldNameExtractor
        end local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Relative$Prepared;
            0    4     1  fieldNameExtractor  Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;
            0    4     2        fieldLocator  Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
    MethodParameters:
                    Name  Flags
      fieldNameExtractor  
      fieldLocator        

  public net.bytebuddy.description.field.FieldDescription resolve(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/description/field/FieldDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 305
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared.fieldLocator:Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared.fieldNameExtractor:Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;
            aload 1 /* instrumentedMethod */
            invokeinterface net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor.resolve:(Lnet/bytebuddy/description/method/MethodDescription;)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 306
            aload 2 /* resolution */
            invokeinterface net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution.isResolved:()Z
            ifne 3
         2: .line 307
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot resolve field for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " using "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared.fieldLocator:Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
            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 309
      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.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Relative$Prepared;
            0    4     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            1    4     2          resolution  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Resolution;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
}
SourceFile: "FieldAccessor.java"
NestHost: net.bytebuddy.implementation.FieldAccessor
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Resolution = net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution of net.bytebuddy.dynamic.scaffold.FieldLocator
  protected abstract FieldLocation = net.bytebuddy.implementation.FieldAccessor$FieldLocation of net.bytebuddy.implementation.FieldAccessor
  public abstract Prepared = net.bytebuddy.implementation.FieldAccessor$FieldLocation$Prepared of net.bytebuddy.implementation.FieldAccessor$FieldLocation
  public Relative = net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative of net.bytebuddy.implementation.FieldAccessor$FieldLocation
  protected Prepared = net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared of net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative
  public abstract FieldNameExtractor = net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor of net.bytebuddy.implementation.FieldAccessor
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()