Interface ImportName
-
- All Superinterfaces:
ImportStatement,Statement,Tree
- All Known Implementing Classes:
ImportNameImpl
public interface ImportName extends ImportStatement
Import statement
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-import-stmtimportKeyword()modules()}
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenimportKeyword()List<AliasedName>modules()
-
-
-
Method Detail
-
importKeyword
Token importKeyword()
-
modules
List<AliasedName> modules()
-
-