Interface PassStatement
-
- All Known Implementing Classes:
PassStatementImpl
public interface PassStatement extends Statement
https://docs.python.org/3/reference/simple_stmts.html#grammar-token-pass-stmt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenpassKeyword()
-
-
-
Method Detail
-
passKeyword
Token passKeyword()
-
-