abstractTermNameFilter

dotty.tools.dotc.core.Types$.abstractTermNameFilter$

A filter for names of deferred term definitions of a given type

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

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