Package org.sonar.python.tree
Class FinallyClauseImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.FinallyClauseImpl
- All Implemented Interfaces:
FinallyClause,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionFinallyClauseImpl(Token finallyKeyword, Token colon, Token newLine, Token indent, StatementList body, Token dedent) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
FinallyClauseImpl
-
-
Method Details
-
finallyKeyword
- Specified by:
finallyKeywordin interfaceFinallyClause
-
body
- Specified by:
bodyin interfaceFinallyClause
-
getKind
-
accept
-
computeChildren
-