case class SingletonTypeTree [ -T ]
extends DenotingTree with TypTree

ref.type

Constructors

SingletonTypeTree ( ref: Tree [ T ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val ref : Tree [ T ]
[+] def _1 : T1
[+] def copy ( ref: Tree [ T ] ) : SingletonTypeTree [ T ]
[+] def copy$default$1 : Tree [ T ]