findLocalSubclass

findLocalSubclass(subName: String): Class;

The findLocalSubclass method of the Class class returns a reference to the subclass with the name specified in the subName parameter.

A recursive search down through the subclass hierarchy in the current schema only is performed.