public class net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound implements net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.method.MethodDescription instrumentedMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation;
    descriptor: Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  final net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue this$3;
    descriptor: Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation, boolean);
    descriptor: (Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound this
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation
        start local 4 // boolean inverted
         0: .line 6674
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 6675
            aload 0 /* this */
            aload 2 /* instrumentedMethod */
            putfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 6676
            aload 0 /* this */
            aload 3 /* relocation */
            putfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.relocation:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
         3: .line 6677
            aload 0 /* this */
            iload 4 /* inverted */
            putfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.inverted:Z
         4: .line 6678
            return
        end local 4 // boolean inverted
        end local 3 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue$Bound;
            0    5     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    5     3          relocation  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
            0    5     4            inverted  Z
    MethodParameters:
                    Name  Flags
      this$0              final
      instrumentedMethod  
      relocation          
      inverted            

  public int apply(org.objectweb.asm.MethodVisitor, int);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // int offset
         0: .line 6684
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isConstructor:()Z
            ifeq 2
         1: .line 6685
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot skip code execution from constructor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            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
         2: .line 6687
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue;
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue.load:I
            iload 2 /* offset */
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         3: .line 6688
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue;
            aload 1 /* methodVisitor */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue.convertValue:(Lorg/objectweb/asm/MethodVisitor;)V
         4: .line 6689
            new org.objectweb.asm.Label
            dup
            invokespecial org.objectweb.asm.Label.<init>:()V
            astore 3 /* noSkip */
        start local 3 // org.objectweb.asm.Label noSkip
         5: .line 6690
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.inverted:Z
            ifeq 7
         6: .line 6691
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue;
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue.nonDefaultJump:I
            goto 8
         7: .line 6692
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound org.objectweb.asm.MethodVisitor int org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.MethodVisitor
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue;
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue.defaultJump:I
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound org.objectweb.asm.MethodVisitor int org.objectweb.asm.Label
      StackMap stack: org.objectweb.asm.MethodVisitor int
         8: aload 3 /* noSkip */
         9: .line 6690
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
        10: .line 6693
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.relocation:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
            aload 1 /* methodVisitor */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation.apply:(Lorg/objectweb/asm/MethodVisitor;)V
        11: .line 6694
            aload 1 /* methodVisitor */
            aload 3 /* noSkip */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
        12: .line 6695
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue;
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue.requiredSize:I
            ireturn
        end local 3 // org.objectweb.asm.Label noSkip
        end local 2 // int offset
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue$Bound;
            0   13     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   13     2         offset  I
            5   13     3         noSkip  Lorg/objectweb/asm/Label;
    MethodParameters:
               Name  Flags
      methodVisitor  
      offset         
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public abstract RelocationHandler = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Bound = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public abstract ForValue = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  protected Bound = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$Bound of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue
  public abstract Relocation = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)