abstract class DenotingTree [ -T ]
extends Tree

Tree's denotation can be derived from its type

Constructors

DenotingTree ( )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] override def denot ( implicit ctx: Context ) : Denotation

The denotation referred tno by this tree. Defined for DenotingTrees and ProxyTrees, NoDenotation for other kinds of trees

The denotation referred tno by this tree. Defined for DenotingTrees and ProxyTrees, NoDenotation for other kinds of trees