ilGetGFbyClass
ilGetGFbyClass(s_ClassName[g_nonExistent] [g_clearGFcache] ) =>l_methods
Description
Returns a list of generic functions specializing on a given class.
An alias to this function with the name getGFbyClass exists.
Arguments
Value Returned
Examples
ilGetGFbyClass('systemObject)
(printObject)
Returns the specializing function of the specified class.
Related Topics
Return to top