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