Class IRWrappedLambdaReturnValue

All Implemented Interfaces:
Serializable, Unrescuable

public class IRWrappedLambdaReturnValue extends IRJump implements Unrescuable
See Also:
  • Field Details

    • returnValue

      public final IRubyObject returnValue
    • isBreak

      final boolean isBreak
  • Constructor Details

    • IRWrappedLambdaReturnValue

      public IRWrappedLambdaReturnValue(IRubyObject v, boolean isBreak)
    • IRWrappedLambdaReturnValue

      public IRWrappedLambdaReturnValue(IRubyObject v)
  • Method Details

    • isReturn

      public boolean isReturn()