Package org.sonar.python.api.tree
Interface Name
-
- All Superinterfaces:
Expression,HasSymbol,Tree
- All Known Implementing Classes:
NameImpl
public interface Name extends Expression, HasSymbol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisVariable()Stringname()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
name
String name()
-
isVariable
boolean isVariable()
-
-