org.codehaus.janino
public static final class Java.SwitchStatement extends Java.BreakableStatement
| Nested Class Summary | |
|---|---|
| static class | Java.SwitchStatement.SwitchBlockStatementGroup |
| Field Summary | |
|---|---|
| Java.Rvalue | condition |
| List | sbsgs |
| Constructor Summary | |
|---|---|
| SwitchStatement(Location location, Java.Rvalue condition, List sbsgs) | |
| Method Summary | |
|---|---|
| void | accept(Visitor.BlockStatementVisitor visitor) |
| String | toString() |