org.sonar.plugins.java.api.tree
Interface ForEachStatement
- All Superinterfaces:
- StatementTree, Tree
@Beta
public interface ForEachStatement
- extends StatementTree
Enhanced 'for' statement.
JLS 14.14.2
for ( variable() : expression() ) statement()
- Since:
- Java 1.5
| 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 |
variable
VariableTree variable()
expression
ExpressionTree expression()
statement
StatementTree statement()
Copyright © 2012-2014 SonarSource. All Rights Reserved.