public abstract class net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable implements net.bytebuddy.asm.Advice$OffsetMapping$Target
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable
  super_class: java.lang.Object
{
  protected final net.bytebuddy.description.type.TypeDefinition typeDefinition;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final int offset;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.implementation.bytecode.StackManipulation readAssignment;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDefinition, int, net.bytebuddy.implementation.bytecode.StackManipulation);
    descriptor: (Lnet/bytebuddy/description/type/TypeDefinition;ILnet/bytebuddy/implementation/bytecode/StackManipulation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable this
        start local 1 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        start local 2 // int offset
        start local 3 // net.bytebuddy.implementation.bytecode.StackManipulation readAssignment
         0: .line 835
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 836
            aload 0 /* this */
            aload 1 /* typeDefinition */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable.typeDefinition:Lnet/bytebuddy/description/type/TypeDefinition;
         2: .line 837
            aload 0 /* this */
            iload 2 /* offset */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable.offset:I
         3: .line 838
            aload 0 /* this */
            aload 3 /* readAssignment */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable.readAssignment:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         4: .line 839
            return
        end local 3 // net.bytebuddy.implementation.bytecode.StackManipulation readAssignment
        end local 2 // int offset
        end local 1 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Target$ForVariable;
            0    5     1  typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
            0    5     2          offset  I
            0    5     3  readAssignment  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                Name  Flags
      typeDefinition  
      offset          
      readAssignment  

  public net.bytebuddy.implementation.bytecode.StackManipulation resolveRead();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable this
         0: .line 845
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable.typeDefinition:Lnet/bytebuddy/description/type/TypeDefinition;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/member/MethodVariableAccess;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable.offset:I
            invokevirtual net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadFrom:(I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable.readAssignment:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Target$ForVariable;
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Target = net.bytebuddy.asm.Advice$OffsetMapping$Target of net.bytebuddy.asm.Advice$OffsetMapping
  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 Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()