case class Assign [ -T ]
extends Tree with TermTree

name = arg, outside a parameter list

Constructors

Assign ( lhs: Tree [ T ] , rhs: Tree [ T ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val lhs : Tree [ T ]
[+] val rhs : Tree [ T ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( lhs: Tree [ T ] , rhs: Tree [ T ] ) : Assign [ T ]
[+] def copy$default$1 : Tree [ T ]
[+] def copy$default$2 : Tree [ T ]