Interface ForStatement
- All Known Implementing Classes:
ForStatementImpl
forSee https://docs.python.org/3/reference/compound_stmts.html#grammar-token-for-stmtexpressions()intestExpressions():body()elseClause()
-
Method Details
-
forKeyword
Token forKeyword() -
expressions
List<Expression> expressions() -
inKeyword
Token inKeyword() -
testExpressions
List<Expression> testExpressions() -
colon
Token colon() -
body
StatementList body() -
elseClause
-
isAsync
boolean isAsync() -
asyncKeyword
-