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