This method returns a boolean indicating whether instances of a class respond to a given (static or dynamic) method.
For backward compatibility, this method does not take an Environment parameter.
SOMClass receiver; somId methodId; boolean rc; rc = somSupportsMethod(receiver, methodId);