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

All Superinterfaces:
StatementTree, Tree

@Beta
public interface WhileStatementTree
extends StatementTree

'while' statement. JLS 14.12

   while (condition() statement()
 

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 condition()
           
 StatementTree statement()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

condition

ExpressionTree condition()

statement

StatementTree statement()


Copyright © 2012-2014 SonarSource. All Rights Reserved.