Cursor

dotty.tools.dotc.transform.OverridingPairs.Cursor
class Cursor(base: Symbol)(using x$2: Context)

The cursor class

Value parameters

base

the base class that contains the overriding pairs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

final def hasNext: Boolean
final def next(): Unit

Attributes

Concrete fields

If not null: The symbol overridden by overriding

If not null: The symbol overridden by overriding

Attributes

The current candidate symbol for overriding

The current candidate symbol for overriding

Attributes