Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > findMethodInSubclasses

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.