abstract class GenericApply [ -T ]
extends ProxyTree with TermTree

Constructors

GenericApply ( )

Members

[+] type ThisTree = Nothing <: [-T >: dotty.tools.dotc.ast.Trees.Untyped] => dotty.tools.dotc.ast.Trees.GenericApply[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 forwardTo : Tree [ T ]