public class org.jruby.ir.runtime.IRWrappedLambdaReturnValue extends org.jruby.ir.runtime.IRJump implements org.jruby.exceptions.Unrescuable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.runtime.IRWrappedLambdaReturnValue
  super_class: org.jruby.ir.runtime.IRJump
{
  public final org.jruby.runtime.builtin.IRubyObject returnValue;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  boolean isBreak;
    descriptor: Z
    flags: (0x0000) 

  public void <init>(org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ir.runtime.IRWrappedLambdaReturnValue this
        start local 1 // org.jruby.runtime.builtin.IRubyObject v
        start local 2 // boolean isBreak
         0: .line 20
            aload 0 /* this */
            invokespecial org.jruby.ir.runtime.IRJump.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* v */
            putfield org.jruby.ir.runtime.IRWrappedLambdaReturnValue.returnValue:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 22
            aload 0 /* this */
            iload 2 /* isBreak */
            putfield org.jruby.ir.runtime.IRWrappedLambdaReturnValue.isBreak:Z
         3: .line 23
            return
        end local 2 // boolean isBreak
        end local 1 // org.jruby.runtime.builtin.IRubyObject v
        end local 0 // org.jruby.ir.runtime.IRWrappedLambdaReturnValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ir/runtime/IRWrappedLambdaReturnValue;
            0    4     1        v  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     2  isBreak  Z
    MethodParameters:
         Name  Flags
      v        
      isBreak  

  public void <init>(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.ir.runtime.IRWrappedLambdaReturnValue this
        start local 1 // org.jruby.runtime.builtin.IRubyObject v
         0: .line 26
            aload 0 /* this */
            aload 1 /* v */
            iconst_0
            invokespecial org.jruby.ir.runtime.IRWrappedLambdaReturnValue.<init>:(Lorg/jruby/runtime/builtin/IRubyObject;Z)V
         1: .line 27
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject v
        end local 0 // org.jruby.ir.runtime.IRWrappedLambdaReturnValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ir/runtime/IRWrappedLambdaReturnValue;
            0    2     1     v  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      v     

  public boolean isReturn();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.runtime.IRWrappedLambdaReturnValue this
         0: .line 30
            aload 0 /* this */
            getfield org.jruby.ir.runtime.IRWrappedLambdaReturnValue.isBreak:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.jruby.ir.runtime.IRWrappedLambdaReturnValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/runtime/IRWrappedLambdaReturnValue;
}
SourceFile: "IRWrappedLambdaReturnValue.java"