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