abstract class NameTree [ -T ]
extends DenotingTree

Tree has a name

Constructors

NameTree ( )

Members

[+] type ThisTree = Nothing <: [-T >: dotty.tools.dotc.ast.Trees.Untyped] => dotty.tools.dotc.ast.Trees.NameTree[T] (not handled)

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] def name : Name