| Package | Description | 
|---|---|
| javax.ide.model.java.source | 
 Various interfaces for use with Tree objects. 
 | 
| javax.ide.model.java.source.tree | 
 The Java AST. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract SwitchStatementT | 
TreeFactory.createSwitchStatement(ExpressionT e,
                     BlockStatementT child)
Creates a switch statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TreeVisitor.visitSwitchStatement(SwitchStatementT tree)
Visits a SwitchStatementT. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SwitchStatementT | 
SwitchLabelT.getOwningSwitch()  |