o_AcceptsListOfArgTypes

open override fun o_AcceptsListOfArgTypes(self: AvailObject, argTypes: List<A_Type>): Boolean

Answer whether these are acceptable TypeDescriptor for invoking a FunctionDescriptor whose type is self.

Return

true if the arguments of the receiver are, pairwise, more general than those within the argTypes list, false otherwise.

Parameters

self

The receiver.

argTypes

A list containing the argument types to be checked.

See also