OpenSearch

dotty.tools.dotc.typer.OpenSearch
case class OpenSearch(cand: Candidate, pt: Type, outer: SearchHistory)(using x$4: Context) extends SearchHistory

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
SearchHistory
def emitDictionary(span: Span, result: SearchResult)(using Context): SearchResult

Attributes

Inherited from:
SearchHistory

Attributes

Inherited from:
SearchHistory
def nest(cand: Candidate, pt: Type)(using Context): OpenSearch

Create the state for a nested implicit search.

Create the state for a nested implicit search.

Value parameters

cand

The candidate implicit to be explored.

pt

The target type for the above candidate.

Attributes

Inherited from:
SearchHistory

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def refBynameImplicit(tpe: Type)(using Context): Type

Attributes

Inherited from:
SearchHistory
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
SearchHistory -> Any
Inherited from:
SearchHistory

Concrete fields

Does this search history contain any by name implicit arguments.

Does this search history contain any by name implicit arguments.

Attributes

lazy val coveringSet: Set[Symbol]
lazy val typeSize: Int