public class net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference implements net.bytebuddy.asm.Advice$OffsetMapping
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference
  super_class: java.lang.Object
{
  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

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

  protected void <init>(net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.asm.Advice$This);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/asm/Advice$This;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        start local 2 // net.bytebuddy.asm.Advice$This annotation
         0: .line 1774
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* annotation */
            invokeinterface net.bytebuddy.asm.Advice$This.readOnly:()Z
            aload 2 /* annotation */
            invokeinterface net.bytebuddy.asm.Advice$This.typing:()Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            aload 2 /* annotation */
            invokeinterface net.bytebuddy.asm.Advice$This.optional:()Z
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;ZLnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Z)V
         1: .line 1775
            return
        end local 2 // net.bytebuddy.asm.Advice$This annotation
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThisReference;
            0    2     1      target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    2     2  annotation  Lnet/bytebuddy/asm/Advice$This;
    MethodParameters:
            Name  Flags
      target      
      annotation  

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

  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=6, locals=8, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference 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 1800
            aload 2 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifne 1
            aload 5 /* sort */
            aload 2 /* instrumentedMethod */
            invokevirtual net.bytebuddy.asm.Advice$OffsetMapping$Sort.isPremature:(Lnet/bytebuddy/description/method/MethodDescription;)Z
            ifeq 7
         1: .line 1801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference.optional:Z
            ifeq 6
         2: .line 1802
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference.readOnly:Z
            ifeq 4
         3: .line 1803
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly
            dup
            aload 1 /* instrumentedType */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;)V
            goto 5
         4: .line 1804
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadWrite
            dup
            aload 1 /* instrumentedType */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadWrite.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;)V
         5: .line 1802
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
            areturn
         6: .line 1806
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot map this reference for static method or constructor start: "
            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
         7: .line 1809
      StackMap locals:
      StackMap stack:
            aload 3 /* assigner */
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference.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 6 /* readAssignment */
        start local 6 // net.bytebuddy.implementation.bytecode.StackManipulation readAssignment
         8: .line 1810
            aload 6 /* readAssignment */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 10
         9: .line 1811
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot assign "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* instrumentedType */
            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$ForThisReference.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
        10: .line 1812
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference.readOnly:Z
            ifeq 12
        11: .line 1813
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable$ReadOnly
            dup
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* argumentHandler */
            iconst_0
            invokeinterface net.bytebuddy.asm.Advice$ArgumentHandler.argument:(I)I
            aload 6 /* readAssignment */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable$ReadOnly.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;ILnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        12: .line 1815
      StackMap locals:
      StackMap stack:
            aload 3 /* assigner */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference.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 /* writeAssignment */
        start local 7 // net.bytebuddy.implementation.bytecode.StackManipulation writeAssignment
        13: .line 1816
            aload 7 /* writeAssignment */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 15
        14: .line 1817
            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$ForThisReference.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 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
        15: .line 1819
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable$ReadWrite
            dup
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* argumentHandler */
            iconst_0
            invokeinterface net.bytebuddy.asm.Advice$ArgumentHandler.argument:(I)I
            aload 6 /* readAssignment */
            aload 7 /* writeAssignment */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable$ReadWrite.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;ILnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 7 // net.bytebuddy.implementation.bytecode.StackManipulation writeAssignment
        end local 6 // net.bytebuddy.implementation.bytecode.StackManipulation readAssignment
        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$ForThisReference this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThisReference;
            0   16     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   16     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   16     3            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   16     4     argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler;
            0   16     5                sort  Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;
            8   16     6      readAssignment  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           13   16     7     writeAssignment  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      assigner            
      argumentHandler     
      sort                
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public ForThisReference = net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference of net.bytebuddy.asm.Advice$OffsetMapping
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference
  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 ForDefaultValue = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public ReadOnly = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
  public ReadWrite = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadWrite of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
  public abstract ForVariable = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public ReadOnly = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable$ReadOnly of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable
  public ReadWrite = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable$ReadWrite of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable
  public abstract This = net.bytebuddy.asm.Advice$This of net.bytebuddy.asm.Advice
  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 final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()