Interface FinallyClause
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FinallyClauseImpl
public interface FinallyClause extends Tree
finally:See https://docs.python.org/3/reference/compound_stmts.html#the-try-statementbody()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatementListbody()TokenfinallyKeyword()
-
-
-
Method Detail
-
finallyKeyword
Token finallyKeyword()
-
body
StatementList body()
-
-