scala.tools.nsc.transform.OverridingPairs

Cursor

class Cursor extends OverridingPairs.Cursor

Linear Supertypes
OverridingPairs.Cursor, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Cursor
  2. Cursor
  3. AnyRef
  4. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Cursor(base: reflect.internal.SymbolTable.Symbol)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Cursor to StringAdd[Cursor] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Cursor, B)

    Implicit information
    This member is added by an implicit conversion from Cursor to ArrowAssoc[Cursor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def bases: List[reflect.internal.SymbolTable.Symbol]

    Attributes
    protected
    Definition Classes
    Cursor
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def currentPair: OverridingPairs.SymbolPair

    Definition Classes
    Cursor
  12. def ensuring(cond: (Cursor) ⇒ Boolean, msg: ⇒ Any): Cursor

    Implicit information
    This member is added by an implicit conversion from Cursor to Ensuring[Cursor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Cursor) ⇒ Boolean): Cursor

    Implicit information
    This member is added by an implicit conversion from Cursor to Ensuring[Cursor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Cursor

    Implicit information
    This member is added by an implicit conversion from Cursor to Ensuring[Cursor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Cursor

    Implicit information
    This member is added by an implicit conversion from Cursor to Ensuring[Cursor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def exclude(sym: reflect.internal.SymbolTable.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.

    Attributes
    protected
    Definition Classes
    Cursor → Cursor
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Cursor to StringFormat[Cursor] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hasNext: Boolean

    Definition Classes
    Cursor
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def high: reflect.internal.SymbolTable.Symbol

    Definition Classes
    Cursor
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def iterator: Iterator[OverridingPairs.SymbolPair]

    Definition Classes
    Cursor
  27. def low: reflect.internal.SymbolTable.Symbol

    Definition Classes
    Cursor
  28. def matches(sym1: reflect.internal.SymbolTable.Symbol, sym2: reflect.internal.SymbolTable.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
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def next(): Unit

    Definition Classes
    Cursor
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def parents: List[reflect.internal.SymbolTable.Type]

    Attributes
    protected
    Definition Classes
    Cursor
  34. lazy val relatively: OverridingPairs.RelativeTo

  35. final val self: reflect.internal.SymbolTable.Type

    Definition Classes
    Cursor
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (Cursor, B)

    Implicit information
    This member is added by an implicit conversion from Cursor to ArrowAssoc[Cursor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from OverridingPairs.Cursor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from Cursor to StringAdd[Cursor]

Inherited by implicit conversion StringFormat from Cursor to StringFormat[Cursor]

Inherited by implicit conversion Ensuring from Cursor to Ensuring[Cursor]

Inherited by implicit conversion ArrowAssoc from Cursor to ArrowAssoc[Cursor]

Ungrouped