Package org.sonar.python.api.tree
Interface PyFinallyClauseTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
PyFinallyClauseTreeImpl
public interface PyFinallyClauseTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PyStatementListTreebody()com.sonar.sslr.api.TokenfinallyKeyword()
-
-
-
Method Detail
-
finallyKeyword
com.sonar.sslr.api.Token finallyKeyword()
-
body
PyStatementListTree body()
-
-