Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

getGFbyClass

getGFbyClass( 
s_ClassName 
[ g_nonExistent ]
[ g_clearGFcache ]
) 
=> l_methods

Description

Returns a list of generic functions specializing on a given class.

Arguments

s_ClassName

Name of the class for which you want to view the list of specializing functions.

g_nonExistent

Lists all the generic functions specializing only on non-defined classes.

g_clearGFcache

Specifies whether to clear the method dispatch cache. The default is nil.

Value Returned

l_methods

A list of generic functions.

Examples

getGFbyClass('systemObject)

returns

(printObject)

Returns the specializing function of the specified class.

Related Topics

Debug Functions

getAllLoadedFiles


Return to top
 ⠀
X