Package org.sonar.python.api.tree
Interface PyNameTree
-
- All Superinterfaces:
PyExpressionTree,Tree
- All Known Implementing Classes:
PyNameTreeImpl
public interface PyNameTree extends PyExpressionTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()
-
-
-
Method Detail
-
name
String name()
-
-