somFindMethod - Syntax

This method finds the method procedure for a method and indicates whether it represents a static method or a dynamic method. Not generally overridden.

For backward compatibility, this method does not take an Environment parameter.

SOMClass        receiver;
somId           methodId;
somMethodPtr    m;
boolean         rc;

rc = somFindMethod(receiver, methodId, m);


[Back: somFindMethod]
[Next: somFindMethod Parameter - receiver]