|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.Statement
org.codehaus.janino.Java.BreakableStatement
org.codehaus.janino.Java.ContinuableStatement
public abstract static class Java.ContinuableStatement
Base class for statements that support the 'continue' statement.
According to the JLS7 14.16, these are "for", "do" and "while".
| Field Summary | |
|---|---|
protected CodeContext.Offset |
whereToContinue
This one's filled in by the first CONTINUE statement, and is CodeContext.Offset.set() by this continuable
statement. |
| Fields inherited from class org.codehaus.janino.Java.Statement |
|---|
localVariables |
| Fields inherited from class org.codehaus.janino.Java.Located |
|---|
NOWHERE |
| Constructor Summary | |
|---|---|
protected |
Java.ContinuableStatement(Location location)
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.janino.Java.Statement |
|---|
findLocalVariable, getEnclosingScope, setEnclosingScope |
| Methods inherited from class org.codehaus.janino.Java.Located |
|---|
getLocation, throwCompileException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.janino.Java.BlockStatement |
|---|
accept |
| Methods inherited from interface org.codehaus.janino.Java.Locatable |
|---|
getLocation, throwCompileException |
| Field Detail |
|---|
protected CodeContext.Offset whereToContinue
CodeContext.Offset.set() by this continuable
statement.
| Constructor Detail |
|---|
protected Java.ContinuableStatement(Location location)
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||