Product Documentation
Cadence SKILL++ Object System Reference
Product Version IC23.1, June 2023

getGFbyClass

getGFbyClass( 
s_className 
[ g_nonExistent ] 
) 
=> l_methods

Description

Displays the list of all generic functions specializing on a given class.

Arguments

s_className

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

g_nonExistent

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

Value Returned

l_methods

A list of generic functions.

Examples

getGFbyClass('systemObject)
  => (printObject)

Related Topics

Generic Functions and Methods


Return to top
 ⠀
X