org.sonar.plugins.java.api.tree
Interface WhileStatementTree
- All Superinterfaces:
- StatementTree, Tree
@Beta
public interface WhileStatementTree
- extends StatementTree
'while' statement.
JLS 14.12
while (condition() statement()
- 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 |
condition
ExpressionTree condition()
statement
StatementTree statement()
Copyright © 2012-2014 SonarSource. All Rights Reserved.