somFindSMethodOk - Remarks

This method performs name-lookup resolution in a similar fashion to somFindMethod and somFindMethodOK, but are restricted to static but is restricted to static methods. See the description of somFindMethod for a discussion of name-lookup method resolution. Because this method is restricted to resolving static methods, its interface is slightly different from the somFindMethod interface; a method procedure pointer is returned when lookup is successful; otherwise NULL is returned.

This method is identical to somFindSMethod, except that an error is raised if the indicated static method is not defined for the receiving class, and execution is halted.


[Back: somFindSMethodOk - Parameters]
[Next: somFindSMethodOk - Original Class]