case class Select [ -T ]
extends RefTree

qualifier.name, or qualifier#name, if qualifier is a type

Constructors

Select ( qualifier: Tree [ T ] , name: Name )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val name : Name
[+] val qualifier : Tree [ T ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( qualifier: Tree [ T ] , name: Name ) : Select [ T ]
[+] def copy$default$1 : Tree [ T ]
[+] def copy$default$2 : Name