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 and 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 and Description |
---|---|
void |
CFG.Block.setCaseGroup(CaseGroupTree caseGroup) |
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–2018 SonarSource. All rights reserved.