findMethodInSubclasses
findMethodInSubclasses(str: String): Method;
The findMethodInSubclasses method of the Class class returns a reference to the method with the name specified in the str parameter.
A recursive search down through the subclass hierarchy is performed.