Interface WhileStatementTree

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

public interface WhileStatementTree extends StatementTree
Represents while statement and alternative while statement syntax as well.
   while condition() #statement()
   while condition() : #statement() endwhile ;    // alternative syntax