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.
VERSION 2018.0.01 | Copyright © 2018 Jade Software Corporation Limited. All rights reserved.