Interface WhileStatementTree

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

@Beta public interface WhileStatementTree extends StatementTree
'while' statement. JLS 14.12
  while (condition()) statement()
Since:
Java 1.3