ResolveSuper

dotty.tools.dotc.transform.ResolveSuper
See theResolveSuper companion class
object ResolveSuper

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def rebindSuper(base: Symbol, acc: Symbol)(using Context): Symbol

Returns the symbol that is accessed by a super-accessor in a mixin composition.

Returns the symbol that is accessed by a super-accessor in a mixin composition.

Value parameters

acc

The symbol statically referred to by the superaccessor in the trait

base

The class in which everything is mixed together

Attributes

Concrete fields

val name: String