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

getMethodName

getMethodName(
U_funObject
)
=> s_name

Description

Returns the method name for the given function object

Arguments

U_funObject

Specifies the name of the function object for which you want to retrieve the method name

Values Returned

s_name

Returns the method name for the specified generic function object

Examples

getMethodName(funobj@0x0182456)
=> testMethod

Related Topics

Generic Functions and Methods


Return to top
 ⠀
X