|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.janino.Java.Statement | +--net.janino.Java.BreakableStatement | +--net.janino.Java.ContinuableStatement | +--net.janino.Java.WhileStatement
Fields inherited from class net.janino.Java.ContinuableStatement |
bodyHasContinue, whereToContinue |
Fields inherited from class net.janino.Java.Statement |
enclosingScope |
Constructor Summary | |
Java.WhileStatement(Scanner.Location location,
Java.Scope enclosingScope,
Java.Rvalue condition)
|
Method Summary | |
boolean |
compile2(ClassFile.CodeAttribute codeAttribute)
|
void |
setBody(Java.BlockStatement body)
|
Methods inherited from class net.janino.Java.BreakableStatement |
compile, getWhereToBreak |
Methods inherited from class net.janino.Java.Statement |
getEnclosingScope, getLocation, leave, throwCompileException, throwParseException |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Java.WhileStatement(Scanner.Location location, Java.Scope enclosingScope, Java.Rvalue condition)
Method Detail |
public void setBody(Java.BlockStatement body)
public boolean compile2(ClassFile.CodeAttribute codeAttribute) throws Java.CompileException
compile2
in class Java.BreakableStatement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |