abstract class RefTree [ -T ]
extends NameTree

Tree refers by name to a denotation

Constructors

RefTree ( )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] override def isTerm : Boolean

Does this tree represent a term?

Does this tree represent a term?

[+] override def isType : Boolean

Does this tree represent a type?

Does this tree represent a type?

[+] def qualifier : Tree [ T ]