case class Import [ -T ]
extends DenotingTree

import expr.selectors where a selector is either an untyped Ident, name or an untyped thicket consisting of name and rename.

Constructors

Import ( expr: Tree [ T ] , selectors: List [ Tree [ Untyped ] ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val expr : Tree [ T ]
[+] val selectors : List [ Tree [ Untyped ] ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( expr: Tree [ T ] , selectors: List [ Tree [ Untyped ] ] ) : Import [ T ]
[+] def copy$default$1 : Tree [ T ]
[+] def copy$default$2 : List [ Tree [ Untyped ] ]