Package org.sonar.python.api.tree
Interface FinallyClause
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FinallyClauseImpl
public interface FinallyClause extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatementListbody()TokenfinallyKeyword()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
finallyKeyword
Token finallyKeyword()
-
body
StatementList body()
-
-