org.sonar.plugins.java.api.tree
Interface CaseGroupTree

All Superinterfaces:
Tree

@Beta
public interface CaseGroupTree
extends Tree

Group of 'case's in a 'switch' statement. JLS 14.11

   labels() body()
 

Since:
Java 1.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 List<StatementTree> body()
           
 List<CaseLabelTree> labels()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

labels

List<CaseLabelTree> labels()

body

List<StatementTree> body()


Copyright © 2012-2014 SonarSource. All Rights Reserved.