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