Java.BlockStatement, Java.Locatable, Java.ScopeJava.DoStatement, Java.ForEachStatement, Java.ForStatement, Java.WhileStatementpublic abstract static class Java.ContinuableStatement extends Java.BreakableStatement
According to the JLS7 14.16, these are "for", "do" and "while".
| Modifier and Type | Field | 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. |
NOWHERElocalVariables| Modifier | Constructor | Description |
|---|---|---|
protected |
ContinuableStatement(Location location,
Java.BlockStatement body) |
acceptgetLocation, throwCompileExceptiongetLocation, throwCompileExceptionfindLocalVariable, getEnclosingScope, setEnclosingScopeprotected CodeContext.Offset whereToContinue
CodeContext.Offset.set() by this continuable
statement.public final Java.BlockStatement body
protected ContinuableStatement(Location location, Java.BlockStatement body)
Copyright © 2001–2019. All rights reserved.