case class Alternative [ -T ]
extends Tree with PatternTree

tree_1 | ... | tree_n

Constructors

Alternative ( trees: List [ Tree [ T ] ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val trees : List [ Tree [ T ] ]
[+] def _1 : T1
[+] def copy ( trees: List [ Tree [ T ] ] ) : Alternative [ T ]
[+] def copy$default$1 : List [ Tree [ T ] ]