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