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.
| Methods inherited from interface org.sonar.javascript.model.Tree |
as, getLine, is |
statement
StatementTree statement()
condition
ExpressionTree condition()
Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.