abstract case class SuperType
extends CachedProxyType with SingletonType

The type of a super reference cls.super where thistpe is cls.this and supertpe is the type of the value referenced by super.

Constructors

SuperType ( thistpe: Type , supertpe: Type )

Members

val supertpe : Type
val thistpe : Type
def _1 : T1
def _2 : T2
override def computeHash : Int
def derivedSuperType ( thistpe: Type , supertpe: Type ) ( implicit ctx: Context ) : Type
override def underlying ( implicit ctx: Context ) : Type

The type to which this proxy forwards operations.

The type to which this proxy forwards operations.