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