case class Bind [ -T ]
extends NameTree with DefTree with PatternTree

name @ body

Constructors

Bind ( name: Name , body: Tree [ T ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val body : Tree [ T ]
[+] val name : Name
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( name: Name , body: Tree [ T ] ) : Bind [ T ]
[+] def copy$default$1 : Name
[+] def copy$default$2 : Tree [ T ]
[+] override def isTerm : Boolean

Does this tree represent a term?

Does this tree represent a term?

[+] override def isType : Boolean

Does this tree represent a type?

Does this tree represent a type?