getGFbyClass
getGFbyClass(s_className[g_nonExistent] ) =>l_methods
Description
Displays the list of all generic functions specializing on a given class.
Arguments
|
Name of the class for which you want view the list of specializing functions. |
|
|
Lists the generic functions specializing on non-defined classes only. |
Value Returned
Examples
getGFbyClass('systemObject)
=> (printObject)
Related Topics
Return to top