case class Super [ -T ]
extends ProxyTree with TermTree

C.super[mix], where qual = C.this

Constructors

Super ( qual: Tree [ T ] , mix: Ident )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val mix : Ident
[+] val qual : Tree [ T ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( qual: Tree [ T ] , mix: Ident ) : Super [ T ]
[+] def copy$default$1 : Tree [ T ]
[+] def copy$default$2 : Ident
[+] def forwardTo : Tree [ T ]