Package org.sonar.python.api.tree
Interface PyImportNameTree
-
- All Superinterfaces:
PyImportStatementTree,PyStatementTree,Tree
- All Known Implementing Classes:
PyImportNameTreeImpl
public interface PyImportNameTree extends PyImportStatementTree
Import statementimportKeyword()modules()}
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sonar.sslr.api.TokenimportKeyword()List<PyAliasedNameTree>modules()
-
-
-
Method Detail
-
importKeyword
com.sonar.sslr.api.Token importKeyword()
-
modules
List<PyAliasedNameTree> modules()
-
-