Packages

class BridgesCursor extends Global.overridingPairs.Cursor

Linear Supertypes
Global.overridingPairs.Cursor, Global.overridingPairs.Cursor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BridgesCursor
  2. Cursor
  3. Cursor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BridgesCursor(root: Global.Symbol)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val base: Global.Symbol
    Definition Classes
    Cursor
  6. def bases: List[Global.Symbol]
    Attributes
    protected
    Definition Classes
    Cursor
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def currentPair: Global.overridingPairs.SymbolPair
    Definition Classes
    Cursor
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def exclude(sym: Global.Symbol): Boolean

    Symbols to exclude: Here these are constructors and private/artifact symbols, including bridges.

    Symbols to exclude: Here these are constructors and private/artifact symbols, including bridges. But it may be refined in subclasses.

    Definition Classes
    BridgesCursorCursor → Cursor
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hasNext: Boolean
    Definition Classes
    Cursor
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def high: Global.Symbol
    Definition Classes
    Cursor
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def iterator: Iterator[Global.overridingPairs.SymbolPair]
    Definition Classes
    Cursor
  19. def low: Global.Symbol
    Definition Classes
    Cursor
  20. def lowMemberType: Global.Type
    Definition Classes
    Cursor
  21. def matches(high: Global.Symbol): Boolean

    Types always match.

    Types always match. Term symbols match if their member types relative to self match.

    Attributes
    protected
    Definition Classes
    Cursor → Cursor
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def next(): Unit
    Definition Classes
    Cursor
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def parents: collection.immutable.List[Global.Type]
    Definition Classes
    BridgesCursor → Cursor
  27. final val self: Global.Type
    Definition Classes
    Cursor
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Global.overridingPairs.Cursor

Inherited from AnyRef

Inherited from Any

Ungrouped