public abstract static class Java.BreakableStatement extends Java.Statement
break statement.
According JLS7 14.15, statements that can be terminated abnormally with a break statement are:s
Java.ContinuableStatements (for, do and while)switch statementslocalVariablesNOWHERE| 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)
Copyright © 2019. All rights reserved.