OverridingPairsChecker

class OverridingPairsChecker(clazz: ClassSymbol, self: Type)(using x$3: Context) extends Cursor

A class for checking all overriding pairs of class with a given check function

class Cursor
class Object
trait Matchable
class Any

Value members

Concrete methods

override def canBeHandledByParent(sym1: Symbol, sym2: Symbol, parent: Symbol): Boolean
Definition Classes
def checkAll(checkOverride: (Symbol, Symbol) => Unit): Unit
override def matches(sym1: Symbol, sym2: Symbol): Boolean
Definition Classes

Inherited methods

final def hasNext: Boolean
Inherited from:
Cursor
final def next(): Unit
Inherited from:
Cursor

Inherited fields

If not null: The symbol overridden by overriding

If not null: The symbol overridden by overriding

Inherited from:
Cursor

The current candidate symbol for overriding

The current candidate symbol for overriding

Inherited from:
Cursor