ResolveSuper

object ResolveSuper
Companion
class
class Object
trait Matchable
class Any

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 Params
acc

The symbol statically referred to by the superaccessor in the trait

base

The class in which everything is mixed together

Concrete fields

val name: String