public class net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue 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$ForLocalValue
  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 net.bytebuddy.description.type.TypeDescription$Generic localType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.description.type.TypeDescription$Generic, java.lang.String);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        start local 2 // net.bytebuddy.description.type.TypeDescription$Generic localType
        start local 3 // java.lang.String name
         0: .line 3129
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3130
            aload 0 /* this */
            aload 1 /* target */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         2: .line 3131
            aload 0 /* this */
            aload 2 /* localType */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.localType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         3: .line 3132
            aload 0 /* this */
            aload 3 /* name */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.name:Ljava/lang/String;
         4: .line 3133
            return
        end local 3 // java.lang.String name
        end local 2 // net.bytebuddy.description.type.TypeDescription$Generic localType
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForLocalValue;
            0    5     1     target  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    5     2  localType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    5     3       name  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      target     
      localType  
      name       

  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$ForLocalValue 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 3143
            aload 3 /* assigner */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.localType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.STATIC: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
         1: .line 3144
            aload 3 /* assigner */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.localType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.STATIC: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
         2: .line 3145
            aload 6 /* readAssignment */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifeq 3
            aload 7 /* writeAssignment */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 4
         3: .line 3146
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            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$ForLocalValue.localType: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 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.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
         4: .line 3148
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable$ReadWrite
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.target:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* argumentHandler */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.name:Ljava/lang/String;
            invokeinterface net.bytebuddy.asm.Advice$ArgumentHandler.named:(Ljava/lang/String;)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$ForLocalValue this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForLocalValue;
            0    5     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    5     3            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    5     4     argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler;
            0    5     5                sort  Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;
            1    5     6      readAssignment  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            2    5     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 ForLocalValue = net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue of net.bytebuddy.asm.Advice$OffsetMapping
  protected Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue
  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 ForVariable = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable of net.bytebuddy.asm.Advice$OffsetMapping$Target
  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 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()