MatchDegree

dotty.tools.dotc.core.Signature$.MatchDegree

Attributes

Graph
Supertypes
trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Enum entries

case case FullMatch extends MatchDegree

The parameter and result type signatures are equivalent.

The parameter and result type signatures are equivalent.

Attributes

Both signatures have no parameters, one is a method and the other isn't.

Both signatures have no parameters, one is a method and the other isn't.

Attributes

See also:

NotAMethod

case case NoMatch extends MatchDegree

The signatures are unrelated.

The signatures are unrelated.

Attributes

case case ParamMatch extends MatchDegree

The parameter signatures are equivalent.

The parameter signatures are equivalent.

Attributes