Interface ContinueStatementTree

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

@Beta public interface ContinueStatementTree extends StatementTree
'continue' statement. JLS 14.16
   continue ;
   continue label() ;
 
Since:
Java 1.3