| Package | Description |
|---|---|
| org.sonar.java.cfg | |
| 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 | Description |
|---|---|---|
CaseGroupTree |
CFG.Block.caseGroup() |
Label is used to contain additional information about a block which is not directly related to CFG structure.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CFG.Block.setCaseGroup(CaseGroupTree caseGroup) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CaseGroupTreeImpl |
| Modifier and Type | Method | Description |
|---|---|---|
List<CaseGroupTree> |
SwitchStatementTreeImpl.cases() |
| Modifier and Type | Method | Description |
|---|---|---|
List<CaseGroupTree> |
SwitchStatementTree.cases() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseTreeVisitor.visitCaseGroup(CaseGroupTree tree) |
|
void |
TreeVisitor.visitCaseGroup(CaseGroupTree tree) |
Copyright © 2012–2018 SonarSource. All rights reserved.