case class PackageDef [ -T ]
extends ProxyTree

package pid { stats }

Constructors

PackageDef ( pid: RefTree [ T ] , stats: List [ Tree [ T ] ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val pid : RefTree [ T ]
[+] val stats : List [ Tree [ T ] ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( pid: RefTree [ T ] , stats: List [ Tree [ T ] ] ) : PackageDef [ T ]
[+] def copy$default$1 : RefTree [ T ]
[+] def copy$default$2 : List [ Tree [ T ] ]
[+] def forwardTo : Tree [ T ]