Package org.sonar.python.api.tree
Interface PyDottedNameTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
PyDottedNameTreeImpl
public interface PyDottedNameTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PyNameTree>names()
-
-
-
Method Detail
-
names
List<PyNameTree> names()
-
-