Interface WhileStatement

All Superinterfaces:
Statement, Tree
All Known Implementing Classes:
WhileStatementImpl

public interface WhileStatement extends Statement
   while condition():
     body()
   elseClause()
 
See https://docs.python.org/3/reference/compound_stmts.html#while