Interface YieldStatement
-
- All Known Implementing Classes:
YieldStatementImpl
public interface YieldStatement extends Statement
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-yield-stmt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description YieldExpressionyieldExpression()
-
-
-
Method Detail
-
yieldExpression
YieldExpression yieldExpression()
-
-