Interface Name
-
- All Superinterfaces:
Expression,HasSymbol,Tree
- All Known Implementing Classes:
NameImpl
public interface Name extends Expression, HasSymbol
See https://docs.python.org/3/reference/expressions.html#atom-identifiers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisVariable()Stringname()
-
-
-
Method Detail
-
name
String name()
-
isVariable
boolean isVariable()
-
-