Interface ContinueStatementTree

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

public interface ContinueStatementTree extends StatementTree
Continue statement
   continue;
   continue argument();