public class org.jruby.RubyContinuation$Continuation extends org.jruby.exceptions.CatchThrow
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.RubyContinuation$Continuation
super_class: org.jruby.exceptions.CatchThrow
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.jruby.exceptions.CatchThrow.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/RubyContinuation$Continuation;
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
aload 1
invokespecial org.jruby.exceptions.CatchThrow.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/RubyContinuation$Continuation;
0 2 1 tag Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
tag
}
SourceFile: "RubyContinuation.java"
NestHost: org.jruby.RubyContinuation
InnerClasses:
public Continuation = org.jruby.RubyContinuation$Continuation of org.jruby.RubyContinuation
RuntimeVisibleAnnotations:
java.lang.Deprecated()