public class net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$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$ForType$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

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

  protected void <init>(net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation);
    descriptor: (Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForType;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound this
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation
         0: .line 6770
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForType;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 6771
            aload 0 /* this */
            aload 2 /* instrumentedMethod */
            putfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 6772
            aload 0 /* this */
            aload 3 /* relocation */
            putfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound.relocation:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
         3: .line 6773
            return
        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$ForType$Bound this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForType$Bound;
            0    4     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    4     3          relocation  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
    MethodParameters:
                    Name  Flags
      this$0              final
      instrumentedMethod  
      relocation          

  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$ForType$Bound this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // int offset
         0: .line 6779
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound.instrumentedMethod:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isConstructor:()Z
            ifeq 2
         1: .line 6780
            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$ForType$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 6782
      StackMap locals:
      StackMap stack:
            aload 1 /* methodVisitor */
            bipush 25
            iload 2 /* offset */
            invokevirtual org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
         3: .line 6783
            aload 1 /* methodVisitor */
            sipush 193
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound.this$3:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForType;
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getInternalName:()Ljava/lang/String;
            invokevirtual org.objectweb.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
         4: .line 6784
            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 6785
            aload 1 /* methodVisitor */
            sipush 153
            aload 3 /* noSkip */
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         6: .line 6786
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$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
         7: .line 6787
            aload 1 /* methodVisitor */
            aload 3 /* noSkip */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V
         8: .line 6788
            iconst_0
            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$ForType$Bound this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForType$Bound;
            0    9     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    9     2         offset  I
            5    9     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 ForType = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  protected Bound = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType
  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)