Interface ForEachStatement

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
ForEachStatementImpl

@Beta public interface ForEachStatement extends StatementTree
Enhanced 'for' statement. JLS 14.14.2
   for ( variable() : expression() ) statement()
 
Since:
Java 1.5