Interface BreakStatement
-
- All Known Implementing Classes:
BreakStatementImpl
public interface BreakStatement extends Statement
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-break-stmt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenbreakKeyword()
-
-
-
Method Detail
-
breakKeyword
Token breakKeyword()
-
-