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

All Superinterfaces:
StatementTree, Tree

@Beta
public interface BreakStatementTree
extends StatementTree

'break' statement. JLS 14.15

   break ;
   break label() ;
 

Since:
Java 1.3

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

Method Detail

label

@Nullable
IdentifierTree label()


Copyright © 2012-2014 SonarSource. All Rights Reserved.