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 // org.jruby.RubyContinuation$Continuation this
         0: .line 47
            aload 0 /* this */
            invokespecial org.jruby.exceptions.CatchThrow.<init>:()V
         1: .line 48
            return
        end local 0 // org.jruby.RubyContinuation$Continuation this
      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 // org.jruby.RubyContinuation$Continuation this
        start local 1 // org.jruby.runtime.builtin.IRubyObject tag
         0: .line 51
            aload 0 /* this */
            aload 1 /* tag */
            invokespecial org.jruby.exceptions.CatchThrow.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 52
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject tag
        end local 0 // org.jruby.RubyContinuation$Continuation this
      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()