getMethodRole
getMethodRole(U_funObject) =>s_role/nil
Description
Returns the method role for the given function object. U_funObject should be a valid generic function object.
Arguments
|
Specifies the name of the function object for which you want to retrieve the method role. This should be a valid generic function object. |
Values Returned
Examples
getMethodRole(funobj@0x0182456)
=> @before
Related Topics
Return to top