scala.tools.nsc.typechecker.TypeDiagnostics

TypeDiag

case class TypeDiag(tp: Type, sym: Symbol) extends Ordered[TypeDiag] with Product with Serializable

Source
TypeDiagnostics.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[TypeDiag], Comparable[TypeDiag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TypeDiag
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeDiag(tp: Type, sym: 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 <(that: TypeDiag): Boolean

    Definition Classes
    Ordered
  5. def <=(that: TypeDiag): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def >(that: TypeDiag): Boolean

    Definition Classes
    Ordered
  9. def >=(that: TypeDiag): Boolean

    Definition Classes
    Ordered
  10. def aliasOwner: Symbol

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def compare(other: TypeDiag): Int

    Definition Classes
    TypeDiag → Ordered
  14. def compareTo(that: TypeDiag): Int

    Definition Classes
    Ordered → Comparable
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def isAltered: Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def modifyName(f: (String) ⇒ String): Unit

  21. def nameQualify(): Unit

  22. def name_==(other: TypeDiag): Boolean

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. def owner_==(other: TypeDiag): Boolean

  27. def postQualify(): Unit

  28. def preQualify(): Unit

  29. def qualifyDefaultNamespaces(): Unit

    Prepend java.

    Prepend java.lang, scala., or Predef. if this type originated in one of those.

  30. def restoreName(): Unit

  31. def string_==(other: TypeDiag): Boolean

  32. val sym: Symbol

  33. def sym_==(other: TypeDiag): Boolean

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    TypeDiag → AnyRef → Any
  36. val tp: Type

  37. def trueOwner: Symbol

  38. def typeQualify(): Unit

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[TypeDiag]

Inherited from Comparable[TypeDiag]

Inherited from AnyRef

Inherited from Any