trait TypTree [ -T ]
extends Tree

Instances of this class are trees for which isType is definitely true. Note that some trees have isType = true without being TypTrees (e.g. Ident, AnnotatedTree)

Constructors

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] override def isType : Boolean

Does this tree represent a type?

Does this tree represent a type?