Java.BlockStatement, Java.Locatable, Java.ScopeJava.ContinuableStatement, Java.LabeledStatement, Java.SwitchStatementpublic abstract static class Java.BreakableStatement extends Java.Statement
According JLS7 14.15, statements that can be terminated abnormally with a "break" statement are
Java.ContinuableStatements ("for", "do" and "while")
NOWHERElocalVariables| Modifier | Constructor | Description |
|---|---|---|
protected |
BreakableStatement(Location location) |
acceptgetLocation, throwCompileExceptiongetLocation, throwCompileExceptionfindLocalVariable, getEnclosingScope, setEnclosingScopeprotected BreakableStatement(Location location)
Copyright © 2001–2019. All rights reserved.