Cursor

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

The cursor class

Attributes

base

the base class that contains the overriding pairs

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

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