| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Field and Description |
|---|---|
List<Java.SwitchStatement.SwitchBlockStatementGroup> |
Java.SwitchStatement.sbsgs
The list of "switch block statement groups" that pose the body of the SWITCH statement.
|
| Constructor and Description |
|---|
SwitchStatement(Location location,
Java.Rvalue condition,
List<Java.SwitchStatement.SwitchBlockStatementGroup> sbsgs) |
| Modifier and Type | Method and Description |
|---|---|
Java.SwitchStatement.SwitchBlockStatementGroup |
DeepCopier.copySwitchBlockStatementGroup(Java.SwitchStatement.SwitchBlockStatementGroup subject) |
| Modifier and Type | Method and Description |
|---|---|
List<Java.SwitchStatement.SwitchBlockStatementGroup> |
DeepCopier.copySwitchBlockStatementGroups(Collection<? extends Java.SwitchStatement.SwitchBlockStatementGroup> subject) |
| Modifier and Type | Method and Description |
|---|---|
Java.SwitchStatement.SwitchBlockStatementGroup |
DeepCopier.copySwitchBlockStatementGroup(Java.SwitchStatement.SwitchBlockStatementGroup subject) |
| Modifier and Type | Method and Description |
|---|---|
List<Java.SwitchStatement.SwitchBlockStatementGroup> |
DeepCopier.copySwitchBlockStatementGroups(Collection<? extends Java.SwitchStatement.SwitchBlockStatementGroup> subject) |
Copyright © 2019. All rights reserved.