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 Details

    • name

      String name()
    • isVariable

      boolean isVariable()