implicitFilter

dotty.tools.dotc.core.Types.implicitFilter
object implicitFilter extends NameFilter

Attributes

Graph
Supertypes
class NameFilter
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(pre: Type, name: Name)(using Context): Boolean

A dummy filter method. Implicit filtering is handled specially in computeMemberNames, so no post-filtering is needed.

A dummy filter method. Implicit filtering is handled specially in computeMemberNames, so no post-filtering is needed.

Attributes

Filter does not need to be rechecked with full prefix, if it has been already checked for the class denotation of the prefix

Filter does not need to be rechecked with full prefix, if it has been already checked for the class denotation of the prefix

Attributes