|
|||||||||
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.SwitchStatement
14.10 The "switch" Statement
Fields inherited from class net.janino.Java.Statement |
enclosingScope |
Constructor Summary | |
Java.SwitchStatement(Scanner.Location location,
Java.Scope enclosingScope)
|
Method Summary | |
void |
addSwitchBlockStatementGroup(Java.SwitchBlockStatementGroup sbsg)
|
boolean |
compile2()
|
void |
setCondition(Java.Rvalue condition)
|
Methods inherited from class net.janino.Java.BreakableStatement |
compile, 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 |
Constructor Detail |
public Java.SwitchStatement(Scanner.Location location, Java.Scope enclosingScope)
Method Detail |
public void setCondition(Java.Rvalue condition)
public void addSwitchBlockStatementGroup(Java.SwitchBlockStatementGroup sbsg)
public boolean compile2() throws Java.CompileException
compile2
in class Java.BreakableStatement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |