| 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 |
ComplexityVisitor.visitCaseLabel(CaseLabelTree tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseLabelTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<CaseLabelTree> |
CaseGroupTreeImpl.labels() |
| Modifier and Type | Method and Description |
|---|---|
List<CaseLabelTree> |
CaseGroupTree.labels() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitCaseLabel(CaseLabelTree tree) |
void |
BaseTreeVisitor.visitCaseLabel(CaseLabelTree tree) |
Copyright © 2012–2017 SonarSource. All rights reserved.