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. |
localVariables
NOWHERE
Modifier | Constructor and Description |
---|---|
protected |
ContinuableStatement(Location location,
Java.BlockStatement body) |
findLocalVariable, getEnclosingScope, setEnclosingScope
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
getLocation, throwCompileException
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–2016. All rights reserved.