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.
localVariables
NOWHERE
Modifier | Constructor and Description |
---|---|
protected |
Java.BreakableStatement(Location location) |
findLocalVariable, getEnclosingScope, setEnclosingScope
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
getLocation, throwCompileException
protected Java.BreakableStatement(Location location)
Copyright © 2001-2015. All Rights Reserved.