|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.janino.Java.Located | +--net.janino.Java.BlockStatement | +--net.janino.Java.Statement | +--net.janino.Java.BreakableStatement | +--net.janino.Java.ContinuableStatement
Field Summary | |
protected boolean |
bodyHasContinue
|
protected ClassFile.CodeAttribute.Offset |
whereToContinue
|
Fields inherited from class net.janino.Java.Statement |
enclosingScope |
Constructor Summary | |
Java.ContinuableStatement(Scanner.Location location,
Java.Scope enclosingScope)
|
Methods inherited from class net.janino.Java.BreakableStatement |
compile, compile2, getWhereToBreak |
Methods inherited from class net.janino.Java.Statement |
generatesCode, getEnclosingScope, leave |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ClassFile.CodeAttribute.Offset whereToContinue
protected boolean bodyHasContinue
Constructor Detail |
public Java.ContinuableStatement(Scanner.Location location, Java.Scope enclosingScope)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |