public final class net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled extends java.lang.Enum<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled> implements net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled INSTANCE;
    descriptor: Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 6479
            new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled.<init>:(Ljava/lang/String;I)V
         1: .line 6482
            putstatic net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled.INSTANCE:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
         2: .line 6477
            iconst_1
            anewarray net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled
            dup
            iconst_0
            getstatic net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled.INSTANCE:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
            aastore
            putstatic net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled this
         0: .line 6477
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound bind(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;)Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation
         0: .line 6488
            aload 0 /* this */
            areturn
        end local 2 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
            0    1     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    1     2          relocation  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      relocation          

  public int apply(org.objectweb.asm.MethodVisitor, int);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // int offset
         0: .line 6495
            iconst_0
            ireturn
        end local 2 // int offset
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
            0    1     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    1     2         offset  I
    MethodParameters:
               Name  Flags
      methodVisitor  
      offset         

  public static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] values();
    descriptor: ()[Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;>;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
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 final Disabled = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public abstract Relocation = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler