The term or type name corresponding to an empty string. Represents an empty name, used to denote the fact that no name was specified for privateWithin
in Trees#Modifiers, for Trees#This, for Trees#Super, etc.
The term or type name <error>
. Indicates that the enclosing tree or symbol contains a compilation error.
The term or type name package
. Used to get modules representing package objects.
The term or type name _
. Used to construct trees that correspond to underscores in Scala.
© 2002-2019 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/api/StandardNames$NamesApi.html
Defines standard names, common for term and type names: These can be accessed via the nme and tpnme members.