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

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.