case class Apply [ -T ]
extends GenericApply

fun(args)

Constructors

Apply ( fun: Tree [ T ] , args: List [ Tree [ T ] ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val args : List [ Tree [ T ] ]
[+] val fun : Tree [ T ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( fun: Tree [ T ] , args: List [ Tree [ T ] ] ) : Apply [ T ]
[+] def copy$default$1 : Tree [ T ]
[+] def copy$default$2 : List [ Tree [ T ] ]