public class net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation 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$ForStackManipulation
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final net.bytebuddy.description.type.TypeDescription$Generic targetType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    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

  public void <init>(net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation this
        start local 1 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        start local 2 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic targetType
        start local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 3444
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3448
            aload 0 /* this */
            aload 1 /* stackManipulation */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         2: .line 3449
            aload 0 /* this */
            aload 2 /* typeDescription */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation.typeDescription:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         3: .line 3450
            aload 0 /* this */
            aload 3 /* targetType */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation.targetType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 3451
            aload 0 /* this */
            aload 4 /* typing */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
         5: .line 3452
            return
        end local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic targetType
        end local 2 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
        end local 1 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation;
            0    6     1  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            0    6     2    typeDescription  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    6     3         targetType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    6     4             typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
    MethodParameters:
                   Name  Flags
      stackManipulation  
      typeDescription    
      targetType         
      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=8, locals=7, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation 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 3462
            aload 3 /* assigner */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation.typeDescription:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation.targetType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation.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 /* assignment */
        start local 6 // net.bytebuddy.implementation.bytecode.StackManipulation assignment
         1: .line 3463
            aload 6 /* assignment */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 3
         2: .line 3464
            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$ForStackManipulation.typeDescription: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$ForStackManipulation.targetType: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
         3: .line 3466
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation
            dup
            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$ForStackManipulation.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
            aload 6 /* assignment */
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 6 // net.bytebuddy.implementation.bytecode.StackManipulation assignment
        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$ForStackManipulation this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation;
            0    4     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    4     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    4     3            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    4     4     argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler;
            0    4     5                sort  Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;
            1    4     6          assignment  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 ForStackManipulation = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation of net.bytebuddy.asm.Advice$OffsetMapping
  public Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation
  public OfAnnotationProperty = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty of net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation
  public OfDefaultValue = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfDefaultValue of net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation
  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 ForStackManipulation = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation of net.bytebuddy.asm.Advice$OffsetMapping$Target
  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 Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()