Package org.sonar.python.api.tree
Interface ImportStatement
-
- All Known Subinterfaces:
ImportFrom,ImportName
- All Known Implementing Classes:
ImportFromImpl,ImportNameImpl
public interface ImportStatement extends Statement
Import statement
-
-
Method Summary
-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-