case class Ident [ -T ]
extends RefTree

name

Constructors

Ident ( name: Name )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val name : Name
[+] def _1 : T1
[+] def copy ( name: Name ) : Ident [ T ]
[+] def copy$default$1 : Name
[+] def qualifier : Tree [ T ]