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

All Superinterfaces:
Tree

@Beta
public interface CaseLabelTree
extends Tree

'case' label in a 'switch' statement. JLS 14.11

   case expression() :
   default :
 

Since:
Java 1.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 ExpressionTree expression()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

expression

@Nullable
ExpressionTree expression()


Copyright © 2012-2014 SonarSource. All Rights Reserved.