Interface WhileStatement
- All Known Implementing Classes:
WhileStatementImpl
whileSee https://docs.python.org/3/reference/compound_stmts.html#whilecondition():body()elseClause()
-
Method Details
-
whileKeyword
Token whileKeyword() -
condition
Expression condition() -
colon
Token colon() -
body
StatementList body() -
elseClause
-