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 0: aload 0
invokespecial java.lang.RuntimeException.<init>:()V
1: aload 0
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: aload 0
aconst_null
putfield org.jruby.exceptions.CatchThrow.tag:Lorg/jruby/runtime/builtin/IRubyObject;
3: return
end local 0 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 start local 1 0: aload 0
invokespecial java.lang.RuntimeException.<init>:()V
1: aload 0
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: aload 0
aload 1
putfield org.jruby.exceptions.CatchThrow.tag:Lorg/jruby/runtime/builtin/IRubyObject;
3: return
end local 1 end local 0 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 0: aload 0
areturn
end local 0 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 start local 1 start local 2 0: new org.jruby.exceptions.CatchThrow
dup
aload 1
invokespecial org.jruby.exceptions.CatchThrow.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;)V
astore 3
start local 3 1: aload 0
aload 3
invokevirtual org.jruby.runtime.ThreadContext.pushCatch:(Lorg/jruby/exceptions/CatchThrow;)V
2: aload 2
aload 0
aload 1
invokevirtual org.jruby.runtime.Block.yield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 7
3: aload 0
invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
4: aload 7
areturn
5: 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
start local 4 6: aload 4
aload 3
if_acmpeq 7
aload 4
athrow
7: StackMap locals: org.jruby.exceptions.CatchThrow
StackMap stack:
aload 3
getfield org.jruby.exceptions.CatchThrow.args:[Lorg/jruby/runtime/builtin/IRubyObject;
astore 5
start local 5 8: aload 5
arraylength
tableswitch { // 0 - 1
0: 9
1: 12
default: 15
}
9: StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
StackMap stack:
aload 0
getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
astore 7
10: aload 0
invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
11: aload 7
areturn
12: StackMap locals:
StackMap stack:
aload 5
iconst_0
aaload
astore 7
13: aload 0
invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
14: aload 7
areturn
15: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
aload 5
invokestatic org.jruby.RubyArray.newArrayMayCopy:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
astore 7
16: aload 0
invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
17: aload 7
areturn
end local 5 end local 4 18: 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: aload 0
invokevirtual org.jruby.runtime.ThreadContext.popCatch:()V
20: aload 6
athrow
end local 3 end local 2 end local 1 end local 0 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"