dotty.tools.dotc.typer.Implicits

ExplainedImplicitSearch

Related Doc: package Implicits

final class ExplainedImplicitSearch extends Typer.ImplicitSearch

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExplainedImplicitSearch
  2. ImplicitSearch
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExplainedImplicitSearch(pt: Type, argument: ast.tpd.Tree, pos: Position)(implicit ctx: Context)

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. val argument: ast.tpd.Tree

    Attributes
    protected
    Definition Classes
    ImplicitSearch
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def bestImplicit: SearchResult

    Find a unique best implicit reference

    Find a unique best implicit reference

    Definition Classes
    ImplicitSearch
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def divergingImplicit(ref: TermRef): ExplainedSearchFailure

  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def failedSearch: SearchFailure

  12. def failures: List[ExplainedSearchFailure]

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. lazy val fullProto: Type

    The expected type for the searched implicit

    The expected type for the searched implicit

    Definition Classes
    ImplicitSearch
  15. lazy val funProto: Type

    Definition Classes
    ImplicitSearch
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def implicitScope(tp: Type): OfTypeImplicits

    Definition Classes
    ImplicitSearch
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def nonMatchingImplicit(ref: TermRef): ExplainedSearchFailure

    Search failures; overridden in ExplainedImplicitSearch

    Search failures; overridden in ExplainedImplicitSearch

    Definition Classes
    ExplainedImplicitSearchImplicitSearch
  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. val pt: Type

    Attributes
    protected
    Definition Classes
    ImplicitSearch
  25. def searchImplicits(eligible: List[TermRef], contextual: Boolean): SearchResult

    Search a list of eligible implicit references

    Search a list of eligible implicit references

    Definition Classes
    ImplicitSearch
  26. def shadowedImplicit(ref: TermRef, shadowing: Type): SearchFailure

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. val wildProto: Type

    The expected type where parameters and uninstantiated typevars are replaced by wildcard types

    The expected type where parameters and uninstantiated typevars are replaced by wildcard types

    Definition Classes
    ImplicitSearch

Inherited from Typer.ImplicitSearch

Inherited from AnyRef

Inherited from Any

Ungrouped