Java.BlockStatement
, Java.Locatable
, Java.Scope
Java.DoStatement
, Java.ForEachStatement
, Java.ForStatement
, Java.WhileStatement
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 | 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. |
NOWHERE
localVariables
Modifier | Constructor | Description |
---|---|---|
protected |
ContinuableStatement(Location location,
Java.BlockStatement body) |
accept
getLocation, throwCompileException
getLocation, throwCompileException
findLocalVariable, getEnclosingScope, setEnclosingScope
protected 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.