case class Inlined [ -T ]
extends Tree

A tree representing inlined code.

Constructors

Inlined ( call: Tree , bindings: List [ MemberDef [ T ] ] , expansion: Tree [ T ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val bindings : List [ MemberDef [ T ] ]
[+] val call : Tree
[+] val expansion : Tree [ T ]
[+] def _1 : T1
[+] def _2 : T2
[+] def _3 : T3
[+] def copy ( call: Tree , bindings: List [ MemberDef [ T ] ] , expansion: Tree [ T ] ) : Inlined [ T ]
[+] def copy$default$1 : Tree
[+] def copy$default$2 : List [ MemberDef [ T ] ]
[+] def copy$default$3 : Tree [ T ]