case class TypeTree [ -T ]
extends DenotingTree with TypTree with Product0

A type tree that represents an existing or inferred type

Constructors

TypeTree ( )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] def copy ( ) : TypeTree [ T ]
[+] override def isEmpty : Boolean

Is this tree either the empty tree or the empty ValDef or an empty type ident?

Is this tree either the empty tree or the empty ValDef or an empty type ident?

[+] override def toString : String