An abstract type that represents the exact flavor of the name.
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.
The type name _*
. Used to construct types that specify sequence arguments to repeated parameters.
© 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$TypeNamesApi.html
Defines standard type names that can be accessed via the tpnme member.