trait DefTree [ -T ]
extends DenotingTree

Tree defines a new symbol

Constructors

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] override def isDef : Boolean

Does this tree define a new symbol that is not defined elsewhere?

Does this tree define a new symbol that is not defined elsewhere?

[+] def namedType : NamedType