case class TypeDiag(tp: Global.Type, sym: Global.Symbol) extends Ordered[Analyzer.TypeDiag] with Product with Serializable
- Alphabetic
- By Inheritance
- TypeDiag
- Serializable
- Serializable
- Product
- Equals
- Ordered
- Comparable
- AnyRef
- Any
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TypeDiag(tp: Global.Type, sym: Global.Symbol)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to any2stringadd[Analyzer.TypeDiag] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Analyzer.TypeDiag, B)
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to ArrowAssoc[Analyzer.TypeDiag] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
<(that: Analyzer.TypeDiag): Boolean
- Definition Classes
- Ordered
-
def
<=(that: Analyzer.TypeDiag): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: Analyzer.TypeDiag): Boolean
- Definition Classes
- Ordered
-
def
>=(that: Analyzer.TypeDiag): Boolean
- Definition Classes
- Ordered
- def aliasOwner: Global.Symbol
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
compare(other: Analyzer.TypeDiag): Int
- Definition Classes
- TypeDiag → Ordered
-
def
compareTo(that: Analyzer.TypeDiag): Int
- Definition Classes
- Ordered → Comparable
-
def
ensuring(cond: (Analyzer.TypeDiag) ⇒ Boolean, msg: ⇒ Any): Analyzer.TypeDiag
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to Ensuring[Analyzer.TypeDiag] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Analyzer.TypeDiag) ⇒ Boolean): Analyzer.TypeDiag
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to Ensuring[Analyzer.TypeDiag] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Analyzer.TypeDiag
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to Ensuring[Analyzer.TypeDiag] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Analyzer.TypeDiag
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to Ensuring[Analyzer.TypeDiag] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to StringFormat[Analyzer.TypeDiag] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modifyName(f: (String) ⇒ String): Global.Symbol
- def nameQualify(): Any
- def name_==(other: Analyzer.TypeDiag): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def owner_==(other: Analyzer.TypeDiag): Boolean
- def postQualify(): Any
- def preQualify(): Global.Symbol
-
def
qualifyDefaultNamespaces(): Any
Prepend java.lang, scala., or Predef.
Prepend java.lang, scala., or Predef. if this type originated in one of those.
- def restoreName(): Unit
- def string_==(other: Analyzer.TypeDiag): Boolean
- val sym: Global.Symbol
- def sym_==(other: Analyzer.TypeDiag): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TypeDiag → AnyRef → Any
- val tp: Global.Type
- def trueOwner: Global.Symbol
- def typeQualify(): Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (Analyzer.TypeDiag, B)
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to ArrowAssoc[Analyzer.TypeDiag] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
<(that: Analyzer.TypeDiag): Boolean
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to math.Ordered[Analyzer.TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Analyzer.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[Analyzer.TypeDiag]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: Analyzer.TypeDiag): Boolean
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to math.Ordered[Analyzer.TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Analyzer.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[Analyzer.TypeDiag]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: Analyzer.TypeDiag): Boolean
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to math.Ordered[Analyzer.TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Analyzer.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[Analyzer.TypeDiag]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: Analyzer.TypeDiag): Boolean
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to math.Ordered[Analyzer.TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Analyzer.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[Analyzer.TypeDiag]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: Analyzer.TypeDiag): Int
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to math.Ordered[Analyzer.TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Analyzer.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[Analyzer.TypeDiag]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: Analyzer.TypeDiag): Int
- Implicit
- This member is added by an implicit conversion from Analyzer.TypeDiag to math.Ordered[Analyzer.TypeDiag] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Analyzer.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[Analyzer.TypeDiag]).compareTo(that)
- Definition Classes
- Ordered → Comparable
The Scala compiler and reflection APIs.