Interface DoWhileStatementTree

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

@Beta public interface DoWhileStatementTree extends StatementTree
'do' statement. JLS 14.13
   do statement() while ( condition() );
 
Since:
Java 1.3