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 |
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–2016 SonarSource. All rights reserved.