definitionsAtOrBelow

fun A_Method.definitionsAtOrBelow(argRestrictions: List<TypeRestriction>): List<A_Definition>

Answer all definitions of this A_Method that could match arguments conforming to the given types, i.e., the definitions that could be invoked at runtime for a call site with the given static types.

Return

A list of definitions.

Parameters

argRestrictions

The static types of the proposed arguments, ordered by position.