Package org.sonar.python.api.tree
Interface PyElseStatementTree
-
- All Superinterfaces:
PyStatementTree,Tree
- All Known Implementing Classes:
PyElseStatementTreeImpl
public interface PyElseStatementTree extends PyStatementTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PyStatementListTreebody()com.sonar.sslr.api.TokenelseKeyword()
-
-
-
Method Detail
-
elseKeyword
com.sonar.sslr.api.Token elseKeyword()
-
body
PyStatementListTree body()
-
-