definitions At Or Below
fun A_Method.definitionsAtOrBelow(argRestrictions: List<TypeRestriction>): List<A_Definition>
Content copied to clipboard
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
arg Restrictions
The static types of the proposed arguments, ordered by position.