case class If [ -T ]
extends Tree with TermTree

if cond then thenp else elsep

Constructors

If ( cond: Tree [ T ] , thenp: Tree [ T ] , elsep: Tree [ T ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val cond : Tree [ T ]
[+] val elsep : Tree [ T ]
[+] val thenp : Tree [ T ]
[+] def _1 : T1
[+] def _2 : T2
[+] def _3 : T3
[+] def copy ( cond: Tree [ T ] , thenp: Tree [ T ] , elsep: Tree [ T ] ) : If [ T ]
[+] def copy$default$1 : Tree [ T ]
[+] def copy$default$2 : Tree [ T ]
[+] def copy$default$3 : Tree [ T ]