case class NamedArg [ -T ]
extends Tree

name = arg, in a parameter list

Constructors

NamedArg ( name: Name , arg: Tree [ T ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val arg : Tree [ T ]
[+] val name : Name
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( name: Name , arg: Tree [ T ] ) : NamedArg [ T ]
[+] def copy$default$1 : Name
[+] def copy$default$2 : Tree [ T ]