org.sonar.javascript.model
Interface WhileStatementTree

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

public interface WhileStatementTree
extends StatementTree

while Statement.

   while ( condition() ) statement()
 

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

condition

ExpressionTree condition()

statement

StatementTree statement()


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