Top Fields Constructors Methods
org.jruby.ir.runtime

public Class IRWrappedLambdaReturnValue

extends IRJump
implements Unrescuable
Class Inheritance
All Implemented Interfaces
org.jruby.exceptions.Unrescuable
Imports
org.jruby.exceptions.Unrescuable, org.jruby.runtime.builtin.IRubyObject

Field Summary

Modifier and TypeField and Description
pack-priv final boolean
public final IRubyObject

Constructor Summary

AccessConstructor and Description
public
public

Method Summary

Modifier and TypeMethod and Description
public boolean
Inherited from org.jruby.ir.runtime.IRJump:
fillInStackTrace

Field Detail

isBreakback to summary
pack-priv final boolean isBreak
returnValueback to summary
public final IRubyObject returnValue

Constructor Detail

IRWrappedLambdaReturnValueback to summary
public IRWrappedLambdaReturnValue(IRubyObject v, boolean isBreak)
IRWrappedLambdaReturnValueback to summary
public IRWrappedLambdaReturnValue(IRubyObject v)

Method Detail

isReturnback to summary
public boolean isReturn()