public abstract static class Java.BreakableStatement extends Java.Statement
According JLS7 14.15, statements that can be terminated abnormally with a "break" statement are
Java.ContinuableStatement
s ("for", "do" and "while")
localVariables
NOWHERE
Modifier | Constructor and Description |
---|---|
protected |
BreakableStatement(Location location) |
findLocalVariable, getEnclosingScope, setEnclosingScope
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
getLocation, throwCompileException
protected BreakableStatement(Location location)
Copyright © 2001–2016. All rights reserved.