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 classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree |
Tree.Kind |
| Methods inherited from interface org.sonar.plugins.java.api.tree.Tree |
accept, is |
statement
StatementTree statement()
condition
ExpressionTree condition()
Copyright © 2012-2014 SonarSource. All Rights Reserved.