public class org.jruby.RubyUncaughtThrowError extends org.jruby.RubyArgumentError
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.RubyUncaughtThrowError
super_class: org.jruby.RubyArgumentError
{
private org.jruby.runtime.builtin.IRubyObject tag;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0002) ACC_PRIVATE
private org.jruby.runtime.builtin.IRubyObject value;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0002) ACC_PRIVATE
static org.jruby.RubyClass define(org.jruby.Ruby, org.jruby.RubyClass);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
ldc "UncaughtThrowError"
aload 1
invokedynamic allocate()Lorg/jruby/runtime/ObjectAllocator;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
org/jruby/RubyUncaughtThrowError.lambda$0(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject; (6)
(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
invokevirtual org.jruby.Ruby.defineClass:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
astore 2
start local 2 1: aload 2
ldc Lorg/jruby/RubyUncaughtThrowError;
invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 runtime Lorg/jruby/Ruby;
0 3 1 argumentError Lorg/jruby/RubyClass;
1 3 2 UncaughtThrowError Lorg/jruby/RubyClass;
MethodParameters:
Name Flags
runtime
argumentError
protected void <init>(org.jruby.Ruby, org.jruby.RubyClass);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aload 2
invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
invokespecial org.jruby.RubyArgumentError.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;)V
1: aload 0
aload 1
invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
putfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyUncaughtThrowError;
0 3 1 runtime Lorg/jruby/Ruby;
0 3 2 exceptionClass Lorg/jruby/RubyClass;
MethodParameters:
Name Flags
runtime
exceptionClass
public static org.jruby.RubyUncaughtThrowError newUncaughtThrowError(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyString);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyString;)Lorg/jruby/RubyUncaughtThrowError;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new org.jruby.RubyUncaughtThrowError
dup
aload 0
aload 0
invokevirtual org.jruby.Ruby.getUncaughtThrowError:()Lorg/jruby/RubyClass;
invokespecial org.jruby.RubyUncaughtThrowError.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
astore 4
start local 4 1: aload 4
aload 1
putfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
2: aload 4
aload 2
putfield org.jruby.RubyUncaughtThrowError.value:Lorg/jruby/runtime/builtin/IRubyObject;
3: aload 4
aload 3
putfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
4: aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 runtime Lorg/jruby/Ruby;
0 5 1 tag Lorg/jruby/runtime/builtin/IRubyObject;
0 5 2 value Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 message Lorg/jruby/RubyString;
1 5 4 error Lorg/jruby/RubyUncaughtThrowError;
MethodParameters:
Name Flags
runtime final
tag
value
message
protected org.jruby.exceptions.RaiseException constructThrowable(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.jruby.exceptions.UncaughtThrowError
dup
aload 1
aload 0
invokespecial org.jruby.exceptions.UncaughtThrowError.<init>:(Ljava/lang/String;Lorg/jruby/RubyUncaughtThrowError;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyUncaughtThrowError;
0 1 1 message Ljava/lang/String;
MethodParameters:
Name Flags
message
public org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iconst_0
aaload
putfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
aload 0
aload 1
iconst_1
aaload
putfield org.jruby.RubyUncaughtThrowError.value:Lorg/jruby/runtime/builtin/IRubyObject;
1: aload 1
arraylength
iconst_2
if_icmple 2
aload 0
aload 1
iconst_2
aaload
putfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
2: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyUncaughtThrowError;
0 3 1 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 3 2 block Lorg/jruby/runtime/Block;
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyMethod(required = 2, optional = 1, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
MethodParameters:
Name Flags
args
block
public org.jruby.runtime.builtin.IRubyObject tag();
descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyUncaughtThrowError;
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyMethod()
public org.jruby.runtime.builtin.IRubyObject value();
descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyUncaughtThrowError.value:Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyUncaughtThrowError;
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyMethod()
public org.jruby.RubyString to_s(org.jruby.runtime.ThreadContext);
descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
ifeq 2
1: aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
invokestatic org.jruby.RubyString.newEmptyString:(Lorg/jruby/Ruby;)Lorg/jruby/RubyString;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
ifnonnull 3
aload 0
getfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
invokeinterface org.jruby.runtime.builtin.IRubyObject.asString:()Lorg/jruby/RubyString;
areturn
3: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
invokeinterface org.jruby.runtime.builtin.IRubyObject.asString:()Lorg/jruby/RubyString;
astore 2
start local 2 4: aload 2
aload 1
aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
aload 0
getfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
invokevirtual org.jruby.RubyString.op_format:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/RubyUncaughtThrowError;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
4 5 2 str Lorg/jruby/RubyString;
MethodParameters:
Name Flags
context
public void copySpecialInstanceVariables(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.jruby.RubyArgumentError.copySpecialInstanceVariables:(Lorg/jruby/runtime/builtin/IRubyObject;)V
1: aload 1
checkcast org.jruby.RubyUncaughtThrowError
astore 2
start local 2 2: aload 2
aload 0
getfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
putfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
3: aload 2
aload 0
getfield org.jruby.RubyUncaughtThrowError.value:Lorg/jruby/runtime/builtin/IRubyObject;
putfield org.jruby.RubyUncaughtThrowError.value:Lorg/jruby/runtime/builtin/IRubyObject;
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/RubyUncaughtThrowError;
0 5 1 clone Lorg/jruby/runtime/builtin/IRubyObject;
2 5 2 exception Lorg/jruby/RubyUncaughtThrowError;
MethodParameters:
Name Flags
clone
public org.jruby.runtime.builtin.IRubyObject to_s(org.jruby.runtime.ThreadContext);
descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.jruby.RubyUncaughtThrowError.to_s:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static org.jruby.runtime.builtin.IRubyObject lambda$0(org.jruby.Ruby, org.jruby.RubyClass);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.jruby.RubyUncaughtThrowError
dup
aload 0
aload 1
invokespecial org.jruby.RubyUncaughtThrowError.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 runtime1 Lorg/jruby/Ruby;
0 1 1 klass Lorg/jruby/RubyClass;
}
SourceFile: "RubyUncaughtThrowError.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
RuntimeVisibleAnnotations:
org.jruby.anno.JRubyClass(name = {"UncaughtThrowError"}, parent = "ArgumentError")