public final class ContinueException
extends com.oracle.truffle.api.nodes.ControlFlowException
| Constructor and Description |
|---|
ContinueException() |
ContinueException(int id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchTarget(ContinueTarget target) |
boolean |
matchTarget(int targetId) |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContinueException()
public ContinueException(int id)
public boolean matchTarget(int targetId)
public boolean matchTarget(ContinueTarget target)