public class net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation$ForLabel implements net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation$ForLabel
  super_class: java.lang.Object
{
  private final org.objectweb.asm.Label label;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.objectweb.asm.Label);
    descriptor: (Lorg/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation$ForLabel this
        start local 1 // org.objectweb.asm.Label label
         0: .line 6441
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 6442
            aload 0 /* this */
            aload 1 /* label */
            putfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation$ForLabel.label:Lorg/objectweb/asm/Label;
         2: .line 6443
            return
        end local 1 // org.objectweb.asm.Label label
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation$ForLabel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation$ForLabel;
            0    3     1  label  Lorg/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  

  public void apply(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation$ForLabel this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 6449
            aload 1 /* methodVisitor */
            sipush 167
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation$ForLabel.label:Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V
         1: .line 6450
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation$ForLabel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation$ForLabel;
            0    2     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      methodVisitor  
}
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 Relocation = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public ForLabel = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation$ForLabel of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()