public class org.jruby.exceptions.JumpException$FlowControlException extends org.jruby.exceptions.JumpException implements org.jruby.exceptions.Unrescuable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.exceptions.JumpException$FlowControlException
  super_class: org.jruby.exceptions.JumpException
{
  protected int target;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  protected final org.jruby.RubyLocalJumpError$Reason reason;
    descriptor: Lorg/jruby/RubyLocalJumpError$Reason;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private static volatile int[] $SWITCH_TABLE$org$jruby$RubyLocalJumpError$Reason;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(org.jruby.RubyLocalJumpError$Reason);
    descriptor: (Lorg/jruby/RubyLocalJumpError$Reason;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.JumpException$FlowControlException this
        start local 1 // org.jruby.RubyLocalJumpError$Reason reason
         0: .line 54
            aload 0 /* this */
            invokespecial org.jruby.exceptions.JumpException.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* reason */
            putfield org.jruby.exceptions.JumpException$FlowControlException.reason:Lorg/jruby/RubyLocalJumpError$Reason;
         2: .line 56
            return
        end local 1 // org.jruby.RubyLocalJumpError$Reason reason
        end local 0 // org.jruby.exceptions.JumpException$FlowControlException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/exceptions/JumpException$FlowControlException;
            0    3     1  reason  Lorg/jruby/RubyLocalJumpError$Reason;
    MethodParameters:
        Name  Flags
      reason  

  public void <init>(org.jruby.RubyLocalJumpError$Reason, int, java.lang.Object);
    descriptor: (Lorg/jruby/RubyLocalJumpError$Reason;ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.exceptions.JumpException$FlowControlException this
        start local 1 // org.jruby.RubyLocalJumpError$Reason reason
        start local 2 // int target
        start local 3 // java.lang.Object value
         0: .line 57
            aload 0 /* this */
            invokespecial org.jruby.exceptions.JumpException.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* reason */
            putfield org.jruby.exceptions.JumpException$FlowControlException.reason:Lorg/jruby/RubyLocalJumpError$Reason;
         2: .line 59
            aload 0 /* this */
            iload 2 /* target */
            putfield org.jruby.exceptions.JumpException$FlowControlException.target:I
         3: .line 60
            aload 0 /* this */
            aload 3 /* value */
            putfield org.jruby.exceptions.JumpException$FlowControlException.value:Ljava/lang/Object;
         4: .line 61
            return
        end local 3 // java.lang.Object value
        end local 2 // int target
        end local 1 // org.jruby.RubyLocalJumpError$Reason reason
        end local 0 // org.jruby.exceptions.JumpException$FlowControlException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/exceptions/JumpException$FlowControlException;
            0    5     1  reason  Lorg/jruby/RubyLocalJumpError$Reason;
            0    5     2  target  I
            0    5     3   value  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      reason  
      target  
      value   

  public int getTarget();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.JumpException$FlowControlException this
         0: .line 62
            aload 0 /* this */
            getfield org.jruby.exceptions.JumpException$FlowControlException.target:I
            ireturn
        end local 0 // org.jruby.exceptions.JumpException$FlowControlException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/JumpException$FlowControlException;

  public void setTarget(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.JumpException$FlowControlException this
        start local 1 // int target
         0: .line 63
            aload 0 /* this */
            iload 1 /* target */
            putfield org.jruby.exceptions.JumpException$FlowControlException.target:I
            return
        end local 1 // int target
        end local 0 // org.jruby.exceptions.JumpException$FlowControlException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/exceptions/JumpException$FlowControlException;
            0    1     1  target  I
    MethodParameters:
        Name  Flags
      target  

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.JumpException$FlowControlException this
         0: .line 64
            aload 0 /* this */
            getfield org.jruby.exceptions.JumpException$FlowControlException.value:Ljava/lang/Object;
            areturn
        end local 0 // org.jruby.exceptions.JumpException$FlowControlException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/JumpException$FlowControlException;

  public void setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.JumpException$FlowControlException this
        start local 1 // java.lang.Object value
         0: .line 65
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jruby.exceptions.JumpException$FlowControlException.value:Ljava/lang/Object;
            return
        end local 1 // java.lang.Object value
        end local 0 // org.jruby.exceptions.JumpException$FlowControlException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/exceptions/JumpException$FlowControlException;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public org.jruby.exceptions.RaiseException buildException(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/exceptions/RaiseException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.JumpException$FlowControlException this
        start local 1 // org.jruby.Ruby runtime
         0: .line 68
            invokestatic org.jruby.exceptions.JumpException$FlowControlException.$SWITCH_TABLE$org$jruby$RubyLocalJumpError$Reason:()[I
            aload 0 /* this */
            getfield org.jruby.exceptions.JumpException$FlowControlException.reason:Lorg/jruby/RubyLocalJumpError$Reason;
            invokevirtual org.jruby.RubyLocalJumpError$Reason.ordinal:()I
            iaload
            tableswitch { // 1 - 6
                    1: 2
                    2: 1
                    3: 1
                    4: 1
                    5: 2
                    6: 3
              default: 3
          }
         1: .line 73
      StackMap locals:
      StackMap stack:
            aload 1 /* runtime */
            aload 0 /* this */
            getfield org.jruby.exceptions.JumpException$FlowControlException.reason:Lorg/jruby/RubyLocalJumpError$Reason;
            aload 0 /* this */
            getfield org.jruby.exceptions.JumpException$FlowControlException.value:Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            new java.lang.StringBuilder
            dup
            ldc "unexpected "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.exceptions.JumpException$FlowControlException.reason:Lorg/jruby/RubyLocalJumpError$Reason;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newLocalJumpError:(Lorg/jruby/RubyLocalJumpError$Reason;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            areturn
         2: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* runtime */
            aload 0 /* this */
            getfield org.jruby.exceptions.JumpException$FlowControlException.reason:Lorg/jruby/RubyLocalJumpError$Reason;
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            new java.lang.StringBuilder
            dup
            ldc "unexpected "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.exceptions.JumpException$FlowControlException.reason:Lorg/jruby/RubyLocalJumpError$Reason;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newLocalJumpError:(Lorg/jruby/RubyLocalJumpError$Reason;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            areturn
         3: .line 81
      StackMap locals:
      StackMap stack:
            aload 1 /* runtime */
            aload 0 /* this */
            getfield org.jruby.exceptions.JumpException$FlowControlException.reason:Lorg/jruby/RubyLocalJumpError$Reason;
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            ldc "no reason"
            invokevirtual org.jruby.Ruby.newLocalJumpError:(Lorg/jruby/RubyLocalJumpError$Reason;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            areturn
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.exceptions.JumpException$FlowControlException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/exceptions/JumpException$FlowControlException;
            0    4     1  runtime  Lorg/jruby/Ruby;
    MethodParameters:
         Name  Flags
      runtime  

  static int[] $SWITCH_TABLE$org$jruby$RubyLocalJumpError$Reason();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 49
            getstatic org.jruby.exceptions.JumpException$FlowControlException.$SWITCH_TABLE$org$jruby$RubyLocalJumpError$Reason:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.jruby.RubyLocalJumpError$Reason.values:()[Lorg/jruby/RubyLocalJumpError$Reason;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.jruby.RubyLocalJumpError$Reason.BREAK:Lorg/jruby/RubyLocalJumpError$Reason;
            invokevirtual org.jruby.RubyLocalJumpError$Reason.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.jruby.RubyLocalJumpError$Reason.NEXT:Lorg/jruby/RubyLocalJumpError$Reason;
            invokevirtual org.jruby.RubyLocalJumpError$Reason.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.jruby.RubyLocalJumpError$Reason.NOREASON:Lorg/jruby/RubyLocalJumpError$Reason;
            invokevirtual org.jruby.RubyLocalJumpError$Reason.ordinal:()I
            bipush 6
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.jruby.RubyLocalJumpError$Reason.REDO:Lorg/jruby/RubyLocalJumpError$Reason;
            invokevirtual org.jruby.RubyLocalJumpError$Reason.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.jruby.RubyLocalJumpError$Reason.RETRY:Lorg/jruby/RubyLocalJumpError$Reason;
            invokevirtual org.jruby.RubyLocalJumpError$Reason.ordinal:()I
            iconst_5
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.jruby.RubyLocalJumpError$Reason.RETURN:Lorg/jruby/RubyLocalJumpError$Reason;
            invokevirtual org.jruby.RubyLocalJumpError$Reason.ordinal:()I
            iconst_4
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            dup
            putstatic org.jruby.exceptions.JumpException$FlowControlException.$SWITCH_TABLE$org$jruby$RubyLocalJumpError$Reason:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
}
SourceFile: "JumpException.java"
NestHost: org.jruby.exceptions.JumpException
InnerClasses:
  public final Reason = org.jruby.RubyLocalJumpError$Reason of org.jruby.RubyLocalJumpError
  public FlowControlException = org.jruby.exceptions.JumpException$FlowControlException of org.jruby.exceptions.JumpException