public abstract static class Java.ContinuableStatement extends Java.BreakableStatement
According to the JLS7 14.16, these are for, do and while.
| Modifier and Type | Field and Description |
|---|---|
Java.BlockStatement |
body
The body of this continuable statement.
|
protected CodeContext.Offset |
whereToContinue
This one's filled in by the first CONTINUE statement, and is
CodeContext.Offset.set() by this continuable
statement. |
localVariablesNOWHERE| Modifier | Constructor and Description |
|---|---|
protected |
ContinuableStatement(Location location,
Java.BlockStatement body) |
findLocalVariable, getEnclosingScope, setEnclosingScopegetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptgetLocation, throwCompileException@Nullable protected CodeContext.Offset whereToContinue
CodeContext.Offset.set() by this continuable
statement.public final Java.BlockStatement body
protected ContinuableStatement(Location location, Java.BlockStatement body)