case class TypeDiag(tp: Global.Type, sym: Global.Symbol) extends Ordered[(TypeDiagnostics.this)#TypeDiag] with Product with Serializable
- Source
- TypeDiagnostics.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeDiag
- Serializable
- Serializable
- Product
- Equals
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TypeDiag(tp: Global.Type, sym: Global.Symbol)
Value Members
-
def
<(that: (TypeDiagnostics.this)#TypeDiag): Boolean
- Definition Classes
- Ordered
-
def
<=(that: (TypeDiagnostics.this)#TypeDiag): Boolean
- Definition Classes
- Ordered
-
def
>(that: (TypeDiagnostics.this)#TypeDiag): Boolean
- Definition Classes
- Ordered
-
def
>=(that: (TypeDiagnostics.this)#TypeDiag): Boolean
- Definition Classes
- Ordered
- def aliasOwner: Global.Symbol
-
def
compare(other: (TypeDiagnostics.this)#TypeDiag): Int
- Definition Classes
- TypeDiag → Ordered
-
def
compareTo(that: (TypeDiagnostics.this)#TypeDiag): Int
- Definition Classes
- Ordered → Comparable
- def modifyName(f: (String) ⇒ String): Global.Symbol
- def nameQualify(): Any
- def name_==(other: (TypeDiagnostics.this)#TypeDiag): Boolean
- def owner_==(other: (TypeDiagnostics.this)#TypeDiag): Boolean
- def postQualify(): Any
- def preQualify(): Global.Symbol
- def restoreName(): Unit
- def string_==(other: (TypeDiagnostics.this)#TypeDiag): Boolean
- val sym: Global.Symbol
- def sym_==(other: (TypeDiagnostics.this)#TypeDiag): Boolean
-
def
toString(): String
- Definition Classes
- TypeDiag → AnyRef → Any
- val tp: Global.Type
- def trueOwner: Global.Symbol
- def typeQualify(): Any
Shadowed Implicit Value Members
-
def
<(that: (TypeDiagnostics.this)#TypeDiag): Boolean
- Implicit
- This member is added by an implicit conversion from (TypeDiagnostics.this)#TypeDiag to math.Ordered[(TypeDiagnostics.this)#TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(TypeDiagnostics.this)#TypeDiag] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(typeDiag: math.Ordered[(TypeDiagnostics.this)#TypeDiag]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: (TypeDiagnostics.this)#TypeDiag): Boolean
- Implicit
- This member is added by an implicit conversion from (TypeDiagnostics.this)#TypeDiag to math.Ordered[(TypeDiagnostics.this)#TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(TypeDiagnostics.this)#TypeDiag] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(typeDiag: math.Ordered[(TypeDiagnostics.this)#TypeDiag]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: (TypeDiagnostics.this)#TypeDiag): Boolean
- Implicit
- This member is added by an implicit conversion from (TypeDiagnostics.this)#TypeDiag to math.Ordered[(TypeDiagnostics.this)#TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(TypeDiagnostics.this)#TypeDiag] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(typeDiag: math.Ordered[(TypeDiagnostics.this)#TypeDiag]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: (TypeDiagnostics.this)#TypeDiag): Boolean
- Implicit
- This member is added by an implicit conversion from (TypeDiagnostics.this)#TypeDiag to math.Ordered[(TypeDiagnostics.this)#TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(TypeDiagnostics.this)#TypeDiag] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(typeDiag: math.Ordered[(TypeDiagnostics.this)#TypeDiag]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: (TypeDiagnostics.this)#TypeDiag): Int
- Implicit
- This member is added by an implicit conversion from (TypeDiagnostics.this)#TypeDiag to math.Ordered[(TypeDiagnostics.this)#TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(TypeDiagnostics.this)#TypeDiag] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(typeDiag: math.Ordered[(TypeDiagnostics.this)#TypeDiag]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: (TypeDiagnostics.this)#TypeDiag): Int
- Implicit
- This member is added by an implicit conversion from (TypeDiagnostics.this)#TypeDiag to math.Ordered[(TypeDiagnostics.this)#TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[(TypeDiagnostics.this)#TypeDiag] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(typeDiag: math.Ordered[(TypeDiagnostics.this)#TypeDiag]).compareTo(that)
- Definition Classes
- Ordered → Comparable
The Scala compiler and reflection APIs.