public abstract static class Java.BreakableStatement extends Java.Statement
According to the JLS, statements that can be terminated abnormally with a "break" statement are: "COntinuable" statements ("for", "do" and "while"), labeled statements, and the "switch" statement.
localVariablesNOWHERE| Modifier | Constructor and Description |
|---|---|
protected |
BreakableStatement(Location location) |
findLocalVariable, getEnclosingScope, setEnclosingScopegetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptgetLocation, throwCompileExceptionprotected BreakableStatement(Location location)