| Package | Description |
|---|---|
| com.sun.codemodel |
Library for generating Java source code
|
| Modifier and Type | Field and Description |
|---|---|
private JCase |
JSwitch.defaultCase
a single default case
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<JCase> |
JSwitch.cases
vector of JCases.
|
| Modifier and Type | Method and Description |
|---|---|
JCase |
JSwitch._case(JExpression label) |
JCase |
JSwitch._default() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<JCase> |
JSwitch.cases() |