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 <: TypTree [ T ]

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?