public class IRReturnJump extends RuntimeException implements Unrescuable
Modifier and Type | Field and Description |
---|---|
IRMethod |
methodToReturnFrom |
Object |
returnValue |
Modifier and Type | Method and Description |
---|---|
static IRReturnJump |
create(IRMethod m,
Object rv) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IRMethod methodToReturnFrom
public Object returnValue
public static IRReturnJump create(IRMethod m, Object rv)
Copyright © 2001–2016 JRuby. All rights reserved.