It would be really nice if you could get all the
subclasses of a Package that extend a class or
implement a Interface, it would be great for the Testcases.
Methodnames:
getChildsByExtendedClass(clazz:Function):TypedArray;
getChildsByImplementedInterface(interface:Function):TypedArray
or something like that.
Note: There is more important stuff than this ;)