o_AcceptsTupleOfArgTypes

open override fun o_AcceptsTupleOfArgTypes(self: AvailObject, argTypes: A_Tuple): Boolean

Answer whether these are acceptable TypeDescriptor for invoking a FunctionDescriptor that is an instance of self. There may be more entries in the TupleDescriptor than are required by the FunctionTypeDescriptor.

Return

true if the arguments of the receiver are, pairwise, more general than the corresponding elements of the argTypes tuple, false otherwise.

Parameters

self

The receiver.

argTypes

A tuple containing the argument types to be checked.

See also