public abstract static class Java.ContinuableStatement extends Java.BreakableStatement
Modifier and Type | Field and Description |
---|---|
protected boolean |
bodyHasContinue |
protected CodeContext.Offset |
whereToContinue |
localVariables
NOWHERE
Modifier | Constructor and Description |
---|---|
protected |
ContinuableStatement(Location location) |
findLocalVariable, getEnclosingScope, setEnclosingScope
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
getLocation, throwCompileException
protected CodeContext.Offset whereToContinue
protected boolean bodyHasContinue
protected ContinuableStatement(Location location)
Copyright © 2001–2016. All rights reserved.