Package org.sonar.plugins.java.api.tree
Interface CaseGroupTree
- All Superinterfaces:
Tree
- All Known Implementing Classes:
CaseGroupTreeImpl
- Since:
- Java 1.3
-
Nested Class Summary
-
Method Summary
-
Method Details
-
labels
List<CaseLabelTree> labels() -
body
List<StatementTree> body()
-