org.sonar.javascript.model
Interface DoWhileStatementTree

All Superinterfaces:
SourceElementTree, StatementTree, Tree
All Known Implementing Classes:
TreeImpl.DoWhileStatementTreeImpl

public interface DoWhileStatementTree
extends StatementTree

do-while Statement.

   do statement() while ( condition() ) ;
 

This interface is not intended to be implemented by clients.


Method Summary
 ExpressionTree condition()
           
 StatementTree statement()
           
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 

Method Detail

statement

StatementTree statement()

condition

ExpressionTree condition()


Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.