public abstract class net.bytebuddy.asm.Advice$OffsetMapping$ForField implements net.bytebuddy.asm.Advice$OffsetMapping
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForField
  super_class: java.lang.Object
{
  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape VALUE;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape DECLARING_TYPE;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape READ_ONLY;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape TYPING;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final net.bytebuddy.description.type.TypeDescription$Generic target;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean readOnly;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing;
    descriptor: Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 2078
            ldc Lnet/bytebuddy/asm/Advice$FieldValue;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            astore 0 /* methods */
        start local 0 // net.bytebuddy.description.method.MethodList methods
         1: .line 2079
            aload 0 /* methods */
            ldc "value"
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField.VALUE:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         2: .line 2080
            aload 0 /* methods */
            ldc "declaringType"
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField.DECLARING_TYPE:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         3: .line 2081
            aload 0 /* methods */
            ldc "readOnly"
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField.READ_ONLY:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         4: .line 2082
            aload 0 /* methods */
            ldc "typing"
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField.TYPING:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
        end local 0 // net.bytebuddy.description.method.MethodList methods
         5: .line 2083
            return
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            1    5     0  methods  Lnet/bytebuddy/description/method/MethodList<Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;>;

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, boolean, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField 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
         0: .line 2107
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2108
            aload 0 /* this */
            aload 1 /* target */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForField.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         2: .line 2109
            aload 0 /* this */
            iload 2 /* readOnly */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForField.readOnly:Z
         3: .line 2110
            aload 0 /* this */
            aload 3 /* typing */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForField.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
         4: .line 2111
            return
        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 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField;
            0    5     1    target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    5     2  readOnly  Z
            0    5     3    typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
    MethodParameters:
          Name  Flags
      target    
      readOnly  
      typing    

  public net.bytebuddy.asm.Advice$OffsetMapping$Target resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.asm.Advice$ArgumentHandler, net.bytebuddy.asm.Advice$OffsetMapping$Sort);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler;Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Target;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForField 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.asm.Advice$ArgumentHandler argumentHandler
        start local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Sort sort
         0: .line 2121
            aload 0 /* this */
            aload 1 /* instrumentedType */
            invokevirtual net.bytebuddy.asm.Advice$OffsetMapping$ForField.resolve:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription;
            astore 6 /* fieldDescription */
        start local 6 // net.bytebuddy.description.field.FieldDescription fieldDescription
         1: .line 2122
            aload 6 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.isStatic:()Z
            ifne 3
            aload 2 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifeq 3
         2: .line 2123
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot read non-static field "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* fieldDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " from static method "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* instrumentedMethod */
            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 2124
      StackMap locals: net.bytebuddy.description.field.FieldDescription
      StackMap stack:
            aload 5 /* sort */
            aload 2 /* instrumentedMethod */
            invokevirtual net.bytebuddy.asm.Advice$OffsetMapping$Sort.isPremature:(Lnet/bytebuddy/description/method/MethodDescription;)Z
            ifeq 5
            aload 6 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.isStatic:()Z
            ifne 5
         4: .line 2125
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot access non-static field before calling constructor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* instrumentedMethod */
            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
         5: .line 2127
      StackMap locals:
      StackMap stack:
            aload 3 /* assigner */
            aload 6 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$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 7 /* readAssignment */
        start local 7 // net.bytebuddy.implementation.bytecode.StackManipulation readAssignment
         6: .line 2128
            aload 7 /* readAssignment */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 8
         7: .line 2129
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* 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.asm.Advice$OffsetMapping$ForField.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            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
         8: .line 2130
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField.readOnly:Z
            ifeq 10
         9: .line 2131
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField$ReadOnly
            dup
            aload 6 /* fieldDescription */
            aload 7 /* readAssignment */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField$ReadOnly.<init>:(Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        10: .line 2133
      StackMap locals:
      StackMap stack:
            aload 3 /* assigner */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 6 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$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 8 /* writeAssignment */
        start local 8 // net.bytebuddy.implementation.bytecode.StackManipulation writeAssignment
        11: .line 2134
            aload 8 /* writeAssignment */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 13
        12: .line 2135
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForField.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            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 6 /* fieldDescription */
            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
        13: .line 2137
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField$ReadWrite
            dup
            aload 6 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.asDefined:()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
            checkcast net.bytebuddy.description.field.FieldDescription
            aload 7 /* readAssignment */
            aload 8 /* writeAssignment */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField$ReadWrite.<init>:(Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 8 // net.bytebuddy.implementation.bytecode.StackManipulation writeAssignment
        end local 7 // net.bytebuddy.implementation.bytecode.StackManipulation readAssignment
        end local 6 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Sort sort
        end local 4 // net.bytebuddy.asm.Advice$ArgumentHandler argumentHandler
        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.asm.Advice$OffsetMapping$ForField this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   14     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField;
            0   14     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   14     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   14     3            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   14     4     argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler;
            0   14     5                sort  Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;
            1   14     6    fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
            6   14     7      readAssignment  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           11   14     8     writeAssignment  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      assigner            
      argumentHandler     
      sort                

  protected abstract net.bytebuddy.description.field.FieldDescription resolve(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  public abstract FieldValue = net.bytebuddy.asm.Advice$FieldValue of net.bytebuddy.asm.Advice
  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 Resolved = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Resolved of net.bytebuddy.asm.Advice$OffsetMapping$ForField
  public abstract Unresolved = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved of net.bytebuddy.asm.Advice$OffsetMapping$ForField
  public abstract Sort = net.bytebuddy.asm.Advice$OffsetMapping$Sort of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Target = net.bytebuddy.asm.Advice$OffsetMapping$Target of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract ForField = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public ReadOnly = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField$ReadOnly of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField
  public ReadWrite = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField$ReadWrite of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public abstract TypeDependant = net.bytebuddy.description.ByteCodeElement$TypeDependant of net.bytebuddy.description.ByteCodeElement
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  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
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()