Java.BlockStatement
, Java.Locatable
, Java.Scope
Java.ContinuableStatement
, Java.LabeledStatement
, Java.SwitchStatement
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")
NOWHERE
localVariables
Modifier | Constructor | Description |
---|---|---|
protected |
BreakableStatement(Location location) |
accept
getLocation, throwCompileException
getLocation, throwCompileException
findLocalVariable, getEnclosingScope, setEnclosingScope
protected BreakableStatement(Location location)
Copyright © 2001–2019. All rights reserved.