public final class org.jruby.runtime.RubyEvent extends java.lang.Enum<org.jruby.runtime.RubyEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.jruby.runtime.RubyEvent
  super_class: java.lang.Enum
{
  public static final org.jruby.runtime.RubyEvent LINE;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent CLASS;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent END;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent CALL;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent RETURN;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent C_CALL;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent C_RETURN;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent B_CALL;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent B_RETURN;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent THREAD_BEGIN;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent THREAD_END;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent RAISE;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent COVERAGE;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent A_CALL;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.runtime.RubyEvent A_RETURN;
    descriptor: Lorg/jruby/runtime/RubyEvent;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static java.util.Set<org.jruby.runtime.RubyEvent> ALL_EVENTS;
    descriptor: Ljava/util/Set;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Signature: Ljava/util/Set<Lorg/jruby/runtime/RubyEvent;>;

  public static java.util.EnumSet ALL_EVENTS_ENUMSET;
    descriptor: Ljava/util/EnumSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  private final java.lang.String event_name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private static final java.util.Map<java.lang.String, org.jruby.runtime.RubyEvent> fromName;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/jruby/runtime/RubyEvent;>;

  private static final org.jruby.runtime.RubyEvent[] ENUM$VALUES;
    descriptor: [Lorg/jruby/runtime/RubyEvent;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=0
         0: .line 16
            new org.jruby.runtime.RubyEvent
            dup
            ldc "LINE"
            iconst_0
            ldc "line"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.LINE:Lorg/jruby/runtime/RubyEvent;
         1: .line 17
            new org.jruby.runtime.RubyEvent
            dup
            ldc "CLASS"
            iconst_1
            ldc "class"
            iconst_0
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;Z)V
            putstatic org.jruby.runtime.RubyEvent.CLASS:Lorg/jruby/runtime/RubyEvent;
         2: .line 18
            new org.jruby.runtime.RubyEvent
            dup
            ldc "END"
            iconst_2
            ldc "end"
            iconst_0
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;Z)V
            putstatic org.jruby.runtime.RubyEvent.END:Lorg/jruby/runtime/RubyEvent;
         3: .line 19
            new org.jruby.runtime.RubyEvent
            dup
            ldc "CALL"
            iconst_3
            ldc "call"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.CALL:Lorg/jruby/runtime/RubyEvent;
         4: .line 20
            new org.jruby.runtime.RubyEvent
            dup
            ldc "RETURN"
            iconst_4
            ldc "return"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.RETURN:Lorg/jruby/runtime/RubyEvent;
         5: .line 21
            new org.jruby.runtime.RubyEvent
            dup
            ldc "C_CALL"
            iconst_5
            ldc "c_call"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.C_CALL:Lorg/jruby/runtime/RubyEvent;
         6: .line 22
            new org.jruby.runtime.RubyEvent
            dup
            ldc "C_RETURN"
            bipush 6
            ldc "c_return"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.C_RETURN:Lorg/jruby/runtime/RubyEvent;
         7: .line 23
            new org.jruby.runtime.RubyEvent
            dup
            ldc "B_CALL"
            bipush 7
            ldc "b_call"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.B_CALL:Lorg/jruby/runtime/RubyEvent;
         8: .line 24
            new org.jruby.runtime.RubyEvent
            dup
            ldc "B_RETURN"
            bipush 8
            ldc "b_return"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.B_RETURN:Lorg/jruby/runtime/RubyEvent;
         9: .line 25
            new org.jruby.runtime.RubyEvent
            dup
            ldc "THREAD_BEGIN"
            bipush 9
            ldc "thread_begin"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.THREAD_BEGIN:Lorg/jruby/runtime/RubyEvent;
        10: .line 26
            new org.jruby.runtime.RubyEvent
            dup
            ldc "THREAD_END"
            bipush 10
            ldc "thread_end"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.THREAD_END:Lorg/jruby/runtime/RubyEvent;
        11: .line 27
            new org.jruby.runtime.RubyEvent
            dup
            ldc "RAISE"
            bipush 11
            ldc "raise"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.RAISE:Lorg/jruby/runtime/RubyEvent;
        12: .line 28
            new org.jruby.runtime.RubyEvent
            dup
            ldc "COVERAGE"
            bipush 12
            ldc "coverage"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.COVERAGE:Lorg/jruby/runtime/RubyEvent;
        13: .line 30
            new org.jruby.runtime.RubyEvent
            dup
            ldc "A_CALL"
            bipush 13
            ldc "a_call"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.A_CALL:Lorg/jruby/runtime/RubyEvent;
        14: .line 32
            new org.jruby.runtime.RubyEvent
            dup
            ldc "A_RETURN"
            bipush 14
            ldc "a_return"
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.jruby.runtime.RubyEvent.A_RETURN:Lorg/jruby/runtime/RubyEvent;
            bipush 15
            anewarray org.jruby.runtime.RubyEvent
            dup
            iconst_0
            getstatic org.jruby.runtime.RubyEvent.LINE:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            iconst_1
            getstatic org.jruby.runtime.RubyEvent.CLASS:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            iconst_2
            getstatic org.jruby.runtime.RubyEvent.END:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            iconst_3
            getstatic org.jruby.runtime.RubyEvent.CALL:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            iconst_4
            getstatic org.jruby.runtime.RubyEvent.RETURN:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            iconst_5
            getstatic org.jruby.runtime.RubyEvent.C_CALL:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            bipush 6
            getstatic org.jruby.runtime.RubyEvent.C_RETURN:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            bipush 7
            getstatic org.jruby.runtime.RubyEvent.B_CALL:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            bipush 8
            getstatic org.jruby.runtime.RubyEvent.B_RETURN:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            bipush 9
            getstatic org.jruby.runtime.RubyEvent.THREAD_BEGIN:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            bipush 10
            getstatic org.jruby.runtime.RubyEvent.THREAD_END:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            bipush 11
            getstatic org.jruby.runtime.RubyEvent.RAISE:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            bipush 12
            getstatic org.jruby.runtime.RubyEvent.COVERAGE:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            bipush 13
            getstatic org.jruby.runtime.RubyEvent.A_CALL:Lorg/jruby/runtime/RubyEvent;
            aastore
            dup
            bipush 14
            getstatic org.jruby.runtime.RubyEvent.A_RETURN:Lorg/jruby/runtime/RubyEvent;
            aastore
            putstatic org.jruby.runtime.RubyEvent.ENUM$VALUES:[Lorg/jruby/runtime/RubyEvent;
        15: .line 34
            ldc Lorg/jruby/runtime/RubyEvent;
            invokestatic java.util.EnumSet.allOf:(Ljava/lang/Class;)Ljava/util/EnumSet;
            invokestatic java.util.Collections.synchronizedSet:(Ljava/util/Set;)Ljava/util/Set;
            putstatic org.jruby.runtime.RubyEvent.ALL_EVENTS:Ljava/util/Set;
        16: .line 35
            getstatic org.jruby.runtime.RubyEvent.ALL_EVENTS:Ljava/util/Set;
            invokestatic java.util.EnumSet.copyOf:(Ljava/util/Collection;)Ljava/util/EnumSet;
            putstatic org.jruby.runtime.RubyEvent.ALL_EVENTS_ENUMSET:Ljava/util/EnumSet;
        17: .line 40
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic org.jruby.runtime.RubyEvent.fromName:Ljava/util/Map;
        18: .line 42
            invokestatic org.jruby.runtime.RubyEvent.values:()[Lorg/jruby/runtime/RubyEvent;
            dup
            astore 3
            arraylength
            istore 2
            iconst_0
            istore 1
            goto 22
      StackMap locals: top int int org.jruby.runtime.RubyEvent[]
      StackMap stack:
        19: aload 3
            iload 1
            aaload
            astore 0 /* event */
        start local 0 // org.jruby.runtime.RubyEvent event
        20: .line 43
            getstatic org.jruby.runtime.RubyEvent.fromName:Ljava/util/Map;
            aload 0 /* event */
            invokevirtual org.jruby.runtime.RubyEvent.getName:()Ljava/lang/String;
            aload 0 /* event */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 0 // org.jruby.runtime.RubyEvent event
        21: .line 42
            iinc 1 1
      StackMap locals:
      StackMap stack:
        22: iload 1
            iload 2
            if_icmplt 19
        23: .line 45
            return
      LocalVariableTable:
        Start  End  Slot   Name  Signature
           20   21     0  event  Lorg/jruby/runtime/RubyEvent;

  private void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.jruby.runtime.RubyEvent this
        start local 3 // java.lang.String event_name
         0: .line 48
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* event_name */
            iconst_1
            invokespecial org.jruby.runtime.RubyEvent.<init>:(Ljava/lang/String;ILjava/lang/String;Z)V
         1: .line 49
            return
        end local 3 // java.lang.String event_name
        end local 0 // org.jruby.runtime.RubyEvent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jruby/runtime/RubyEvent;
            0    2     3  event_name  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      event_name     

  private void <init>(java.lang.String, int, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.runtime.RubyEvent this
        start local 3 // java.lang.String event_name
        start local 4 // boolean requiresDebug
         0: .line 51
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 52
            aload 0 /* this */
            aload 3 /* event_name */
            putfield org.jruby.runtime.RubyEvent.event_name:Ljava/lang/String;
         2: .line 53
            aload 0 /* this */
            iload 4 /* requiresDebug */
            putfield org.jruby.runtime.RubyEvent.requiresDebug:Z
         3: .line 54
            return
        end local 4 // boolean requiresDebug
        end local 3 // java.lang.String event_name
        end local 0 // org.jruby.runtime.RubyEvent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/jruby/runtime/RubyEvent;
            0    4     3     event_name  Ljava/lang/String;
            0    4     4  requiresDebug  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      event_name     
      requiresDebug  

  public int getLineNumberOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.RubyEvent this
         0: .line 58
            iconst_0
            ireturn
        end local 0 // org.jruby.runtime.RubyEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/RubyEvent;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.RubyEvent this
         0: .line 62
            aload 0 /* this */
            getfield org.jruby.runtime.RubyEvent.event_name:Ljava/lang/String;
            areturn
        end local 0 // org.jruby.runtime.RubyEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/RubyEvent;

  public static org.jruby.runtime.RubyEvent fromOrdinal(int);
    descriptor: (I)Lorg/jruby/runtime/RubyEvent;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int value
         0: .line 66
            iload 0 /* value */
            iflt 1
            iload 0 /* value */
            invokestatic org.jruby.runtime.RubyEvent.values:()[Lorg/jruby/runtime/RubyEvent;
            arraylength
            if_icmplt 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            goto 3
      StackMap locals:
      StackMap stack:
         2: invokestatic org.jruby.runtime.RubyEvent.values:()[Lorg/jruby/runtime/RubyEvent;
            iload 0 /* value */
            aaload
      StackMap locals:
      StackMap stack: org.jruby.runtime.RubyEvent
         3: areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  value  I
    MethodParameters:
       Name  Flags
      value  

  public static org.jruby.runtime.RubyEvent fromName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jruby/runtime/RubyEvent;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 70
            getstatic org.jruby.runtime.RubyEvent.fromName:Ljava/util/Map;
            aload 0 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.RubyEvent
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public boolean requiresDebug();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.RubyEvent this
         0: .line 74
            aload 0 /* this */
            getfield org.jruby.runtime.RubyEvent.requiresDebug:Z
            ireturn
        end local 0 // org.jruby.runtime.RubyEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/RubyEvent;

  public static org.jruby.runtime.RubyEvent[] values();
    descriptor: ()[Lorg/jruby/runtime/RubyEvent;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.jruby.runtime.RubyEvent.ENUM$VALUES:[Lorg/jruby/runtime/RubyEvent;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.jruby.runtime.RubyEvent
            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 org.jruby.runtime.RubyEvent valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jruby/runtime/RubyEvent;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/jruby/runtime/RubyEvent;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.jruby.runtime.RubyEvent
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/jruby/runtime/RubyEvent;>;
SourceFile: "RubyEvent.java"