class org.jruby.RubyException$1 implements org.jruby.runtime.ObjectMarshal<org.jruby.RubyException>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyException$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyException$1;
public void marshalTo(org.jruby.Ruby, org.jruby.RubyException, org.jruby.RubyClass, org.jruby.runtime.marshal.MarshalStream);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyException;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/MarshalStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 4
aload 2
invokevirtual org.jruby.runtime.marshal.MarshalStream.registerLinkTarget:(Lorg/jruby/runtime/builtin/IRubyObject;)V
1: aload 2
invokevirtual org.jruby.RubyException.getVariableList:()Ljava/util/List;
astore 5
start local 5 2: aload 5
new org.jruby.runtime.component.VariableEntry
dup
ldc "mesg"
aload 2
invokevirtual org.jruby.RubyException.getMessage:()Lorg/jruby/runtime/builtin/IRubyObject;
invokespecial org.jruby.runtime.component.VariableEntry.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: aload 5
new org.jruby.runtime.component.VariableEntry
dup
ldc "bt"
aload 2
invokevirtual org.jruby.RubyException.getBacktrace:()Lorg/jruby/runtime/builtin/IRubyObject;
invokespecial org.jruby.runtime.component.VariableEntry.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
4: aload 4
aload 5
invokevirtual org.jruby.runtime.marshal.MarshalStream.dumpVariables:(Ljava/util/List;)V
5: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/RubyException$1;
0 6 1 runtime Lorg/jruby/Ruby;
0 6 2 exc Lorg/jruby/RubyException;
0 6 3 type Lorg/jruby/RubyClass;
0 6 4 marshalStream Lorg/jruby/runtime/marshal/MarshalStream;
2 6 5 attrs Ljava/util/List<Lorg/jruby/runtime/builtin/Variable<Ljava/lang/Object;>;>;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
runtime
exc
type
marshalStream
public org.jruby.RubyException unmarshalFrom(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.marshal.UnmarshalStream);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/UnmarshalStream;)Lorg/jruby/RubyException;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
invokevirtual org.jruby.RubyClass.allocate:()Lorg/jruby/runtime/builtin/IRubyObject;
checkcast org.jruby.RubyException
astore 4
start local 4 1: aload 3
aload 4
invokevirtual org.jruby.runtime.marshal.UnmarshalStream.registerLinkTarget:(Lorg/jruby/runtime/builtin/IRubyObject;)V
2: aload 3
aload 4
invokevirtual org.jruby.runtime.marshal.UnmarshalStream.defaultVariablesUnmarshal:(Lorg/jruby/runtime/builtin/IRubyObject;)V
3: aload 4
aload 4
ldc "mesg"
invokevirtual org.jruby.RubyException.removeInternalVariable:(Ljava/lang/String;)Ljava/lang/Object;
checkcast org.jruby.runtime.builtin.IRubyObject
invokevirtual org.jruby.RubyException.setMessage:(Lorg/jruby/runtime/builtin/IRubyObject;)V
4: aload 4
aload 4
ldc "bt"
invokevirtual org.jruby.RubyException.removeInternalVariable:(Ljava/lang/String;)Ljava/lang/Object;
checkcast org.jruby.runtime.builtin.IRubyObject
invokevirtual org.jruby.RubyException.set_backtrace:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
pop
5: 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 6 0 this Lorg/jruby/RubyException$1;
0 6 1 runtime Lorg/jruby/Ruby;
0 6 2 type Lorg/jruby/RubyClass;
0 6 3 unmarshalStream Lorg/jruby/runtime/marshal/UnmarshalStream;
1 6 4 exc Lorg/jruby/RubyException;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
runtime
type
unmarshalStream
public java.lang.Object unmarshalFrom(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.marshal.UnmarshalStream);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/UnmarshalStream;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
invokevirtual org.jruby.RubyException$1.unmarshalFrom:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/UnmarshalStream;)Lorg/jruby/RubyException;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
public void marshalTo(org.jruby.Ruby, java.lang.Object, org.jruby.RubyClass, org.jruby.runtime.marshal.MarshalStream);
descriptor: (Lorg/jruby/Ruby;Ljava/lang/Object;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/MarshalStream;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
checkcast org.jruby.RubyException
aload 3
aload 4
invokevirtual org.jruby.RubyException$1.marshalTo:(Lorg/jruby/Ruby;Lorg/jruby/RubyException;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/MarshalStream;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
}
Signature: Ljava/lang/Object;Lorg/jruby/runtime/ObjectMarshal<Lorg/jruby/RubyException;>;
SourceFile: "RubyException.java"
EnclosingMethod: org.jruby.RubyException
NestHost: org.jruby.RubyException
InnerClasses:
org.jruby.RubyException$1