isAName

open fun isAName(node: Node): Boolean(source)

Does the Node represent a Name?

Note that while most specific AST classes either always represent names or never represent names there are exceptions as the FieldAccessExpr