|
Web Site | ||||||||
| 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
| Field Summary | |
|---|---|
protected boolean |
bodyHasContinue
|
protected CodeContext.Offset |
whereToContinue
|
| Fields inherited from class org.codehaus.janino.Java.Statement |
|---|
localVariables |
| 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, throwParseException |
| 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, throwParseException |
| Field Detail |
|---|
protected CodeContext.Offset whereToContinue
protected boolean bodyHasContinue
| Constructor Detail |
|---|
protected Java.ContinuableStatement(Location location)
|
Web Site | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||