public class net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative implements net.bytebuddy.implementation.FieldAccessor$FieldLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative
  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$Factory fieldLocatorFactory;
    descriptor: Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor);
    descriptor: (Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative this
        start local 1 // net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor fieldNameExtractor
         0: .line 246
            aload 0 /* this */
            aload 1 /* fieldNameExtractor */
            getstatic net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy$Factory.INSTANCE:Lnet/bytebuddy/dynamic/scaffold/FieldLocator$ForClassHierarchy$Factory;
            invokespecial net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative.<init>:(Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;)V
         1: .line 247
            return
        end local 1 // net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor fieldNameExtractor
        end local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Relative;
            0    2     1  fieldNameExtractor  Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;
    MethodParameters:
                    Name  Flags
      fieldNameExtractor  

  private void <init>(net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor, net.bytebuddy.dynamic.scaffold.FieldLocator$Factory);
    descriptor: (Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative this
        start local 1 // net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor fieldNameExtractor
        start local 2 // net.bytebuddy.dynamic.scaffold.FieldLocator$Factory fieldLocatorFactory
         0: .line 255
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 256
            aload 0 /* this */
            aload 1 /* fieldNameExtractor */
            putfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative.fieldNameExtractor:Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;
         2: .line 257
            aload 0 /* this */
            aload 2 /* fieldLocatorFactory */
            putfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative.fieldLocatorFactory:Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
         3: .line 258
            return
        end local 2 // net.bytebuddy.dynamic.scaffold.FieldLocator$Factory fieldLocatorFactory
        end local 1 // net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor fieldNameExtractor
        end local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Relative;
            0    4     1   fieldNameExtractor  Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;
            0    4     2  fieldLocatorFactory  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
    MethodParameters:
                     Name  Flags
      fieldNameExtractor   
      fieldLocatorFactory  

  public net.bytebuddy.implementation.FieldAccessor$FieldLocation with(net.bytebuddy.dynamic.scaffold.FieldLocator$Factory);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;)Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative this
        start local 1 // net.bytebuddy.dynamic.scaffold.FieldLocator$Factory fieldLocatorFactory
         0: .line 264
            new net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative.fieldNameExtractor:Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;
            aload 1 /* fieldLocatorFactory */
            invokespecial net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative.<init>:(Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;)V
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.FieldLocator$Factory fieldLocatorFactory
        end local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Relative;
            0    1     1  fieldLocatorFactory  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
    MethodParameters:
                     Name  Flags
      fieldLocatorFactory  

  public net.bytebuddy.implementation.FieldAccessor$FieldLocation$Prepared prepare(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Prepared;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 271
            new net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative.fieldNameExtractor:Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative.fieldLocatorFactory:Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.dynamic.scaffold.FieldLocator$Factory.make:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
            invokespecial net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative$Prepared.<init>:(Lnet/bytebuddy/implementation/FieldAccessor$FieldNameExtractor;Lnet/bytebuddy/dynamic/scaffold/FieldLocator;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Relative this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Relative;
            0    1     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "FieldAccessor.java"
NestHost: net.bytebuddy.implementation.FieldAccessor
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Factory = net.bytebuddy.dynamic.scaffold.FieldLocator$Factory of net.bytebuddy.dynamic.scaffold.FieldLocator
  public ForClassHierarchy = net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy of net.bytebuddy.dynamic.scaffold.FieldLocator
  public final Factory = net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy$Factory of net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy
  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()