public static final class Java.ContinueStatement extends Java.Statement
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
optionalLabel |
localVariablesNOWHERE| Constructor and Description |
|---|
ContinueStatement(Location location,
java.lang.String optionalLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.BlockStatementVisitor visitor) |
java.lang.String |
toString() |
findLocalVariable, getEnclosingScope, setEnclosingScopegetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileExceptionpublic ContinueStatement(Location location, java.lang.String optionalLabel)
public java.lang.String toString()
toString in class java.lang.Objectpublic void accept(Visitor.BlockStatementVisitor visitor)