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

All Superinterfaces:
StatementTree, Tree

@Beta
public interface DoWhileStatementTree
extends StatementTree

'do' statement. JLS 14.13

   do statement() while ( condition() );
 

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

statement

StatementTree statement()

condition

ExpressionTree condition()


Copyright © 2012-2014 SonarSource. All Rights Reserved.