Package org.sonar.python.api.tree
Interface PyNonlocalStatementTree
-
- All Superinterfaces:
PyStatementTree,Tree
- All Known Implementing Classes:
PyNonlocalStatementTreeImpl
public interface PyNonlocalStatementTree extends PyStatementTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sonar.sslr.api.TokennonlocalKeyword()List<PyNameTree>variables()
-
-
-
Method Detail
-
nonlocalKeyword
com.sonar.sslr.api.Token nonlocalKeyword()
-
variables
List<PyNameTree> variables()
-
-