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

getMethodSpec

getMethodSpec(
U_funObject
)
=> l_spec

Description

Returns the list of specializers for the given funobject.

Arguments

U_funObject

Specifies the name of the function object for which you want to retrieve the list of specializers. This be a valid generic method object.

Value Returned

l_spec

Returns a list of specializers for the specified generic function object

Examples

getMethodSpec(funobj@0x0182456)
=> (string number)

Related Topics

Generic Functions and Methods


Return to top
 ⠀
X