public final class SLContinueException
extends com.oracle.truffle.api.nodes.ControlFlowException
continue statement and caught by the
loop statement. Since the exception is stateless, i.e., has no instance
fields, we can use a SLContinueException.SINGLETON to avoid memory allocation during interpretation.| Modifier and Type | Field and Description |
|---|---|
static SLContinueException |
SINGLETON |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final SLContinueException SINGLETON