public class org.jruby.exceptions.CatchThrow extends java.lang.RuntimeException implements org.jruby.exceptions.Unrescuable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.exceptions.CatchThrow
  super_class: java.lang.RuntimeException
{
  public org.jruby.runtime.builtin.IRubyObject[] args;
    descriptor: [Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC

  public final org.jruby.runtime.builtin.IRubyObject tag;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.CatchThrow this
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 12
            aload 0 /* this */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.exceptions.CatchThrow.args:[Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 16
            aload 0 /* this */
            aconst_null
            putfield org.jruby.exceptions.CatchThrow.tag:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 17
            return
        end local 0 // org.jruby.exceptions.CatchThrow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/exceptions/CatchThrow;

  public void <init>(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.CatchThrow this
        start local 1 // org.jruby.runtime.builtin.IRubyObject tag
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 12
            aload 0 /* this */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.exceptions.CatchThrow.args:[Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 20
            aload 0 /* this */
            aload 1 /* tag */
            putfield org.jruby.exceptions.CatchThrow.tag:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 21
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject tag
        end local 0 // org.jruby.exceptions.CatchThrow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/exceptions/CatchThrow;
            0    4     1   tag  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      tag   

  public synchronized java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.CatchThrow this
         0: .line 25
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.exceptions.CatchThrow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/CatchThrow;

  public static org.jruby.runtime.builtin.IRubyObject enter(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject yielded
        start local 2 // org.jruby.runtime.Block block
         0: .line 29
            new org.jruby.exceptions.CatchThrow
            dup
            aload 1 /* yielded */
            invokespecial org.jruby.exceptions.CatchThrow.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;)V
            astore 3 /* catchThrow */
        start local 3 // org.jruby.exceptions.CatchThrow catchThrow
         1: .line 30
            aload 0 /* context */
            aload 3 /* catchThrow */
            invokevirtual org.jruby.runtime.ThreadContext.pushCatch:(Lorg/jruby/exceptions/CatchThrow;)V
         2: .line 32
            aload 2 /* block */
            aload 0 /* context */
            aload 1 /* yielded */
            invokevirtual org.jruby.runtime.Block.yield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7
         3: .line 46
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
         4: .line 32
            aload 7
            areturn
         5: .line 33
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.exceptions.CatchThrow
      StackMap stack: org.jruby.exceptions.CatchThrow
            astore 4 /* c */
        start local 4 // org.jruby.exceptions.CatchThrow c
         6: .line 34
            aload 4 /* c */
            aload 3 /* catchThrow */
            if_acmpeq 7
            aload 4 /* c */
            athrow
         7: .line 36
      StackMap locals: org.jruby.exceptions.CatchThrow
      StackMap stack:
            aload 3 /* catchThrow */
            getfield org.jruby.exceptions.CatchThrow.args:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* args */
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
         8: .line 37
            aload 5 /* args */
            arraylength
            tableswitch { // 0 - 1
                    0: 9
                    1: 12
              default: 15
          }
         9: .line 39
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7
        10: .line 46
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
        11: .line 39
            aload 7
            areturn
        12: .line 41
      StackMap locals:
      StackMap stack:
            aload 5 /* args */
            iconst_0
            aaload
            astore 7
        13: .line 46
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
        14: .line 41
            aload 7
            areturn
        15: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 5 /* args */
            invokestatic org.jruby.RubyArray.newArrayMayCopy:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            astore 7
        16: .line 46
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
        17: .line 43
            aload 7
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // org.jruby.exceptions.CatchThrow c
        18: .line 45
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.exceptions.CatchThrow
      StackMap stack: java.lang.Throwable
            astore 6
        19: .line 46
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
        20: .line 47
            aload 6
            athrow
        end local 3 // org.jruby.exceptions.CatchThrow catchThrow
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.builtin.IRubyObject yielded
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0     context  Lorg/jruby/runtime/ThreadContext;
            0   21     1     yielded  Lorg/jruby/runtime/builtin/IRubyObject;
            0   21     2       block  Lorg/jruby/runtime/Block;
            1   21     3  catchThrow  Lorg/jruby/exceptions/CatchThrow;
            6   18     4           c  Lorg/jruby/exceptions/CatchThrow;
            8   18     5        args  [Lorg/jruby/runtime/builtin/IRubyObject;
      Exception table:
        from    to  target  type
           2     3       5  Class org.jruby.exceptions.CatchThrow
           2     3      18  any
           5    10      18  any
          12    13      18  any
          15    16      18  any
    MethodParameters:
         Name  Flags
      context  
      yielded  
      block    
}
SourceFile: "CatchThrow.java"