| Package | Description |
|---|---|
| org.sonar.java.ast.visitors | |
| org.sonar.java.model.statement | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatementVisitor.visitSwitchStatement(SwitchStatementTree tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
SwitchStatementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitSwitchStatement(SwitchStatementTree tree) |
void |
TreeVisitor.visitSwitchStatement(SwitchStatementTree tree) |
Copyright © 2012–2015 SonarSource. All rights reserved.