| Package | Description |
|---|---|
| org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
| Modifier and Type | Field | Description |
|---|---|---|
List<Java.SwitchStatement.SwitchBlockStatementGroup> |
Java.SwitchStatement.sbsgs |
The list of 'switch block statement groups' that pose the body of the SWITCH statement.
|
| Constructor | Description |
|---|---|
SwitchStatement(Location location,
Java.Rvalue condition,
List<Java.SwitchStatement.SwitchBlockStatementGroup> sbsgs) |
Copyright © 2001–2019. All rights reserved.