| Package | Description |
|---|---|
| org.sonar.java.model.statement | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CaseGroupTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<CaseGroupTree> |
SwitchStatementTreeImpl.cases() |
| Modifier and Type | Method and Description |
|---|---|
List<CaseGroupTree> |
SwitchStatementTree.cases() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitCaseGroup(CaseGroupTree tree) |
void |
BaseTreeVisitor.visitCaseGroup(CaseGroupTree tree) |
Copyright © 2012–2017 SonarSource. All rights reserved.