Get list of Class names in package

Posted by TandemAdam on Stack Overflow See other posts from Stack Overflow or by TandemAdam
Published on 2010-05-20T21:52:50Z Indexed on 2010/05/21 4:30 UTC
Read the original article Hit count: 296

Filed under:
|

Is there any way I can get a list of all the classes in a particular package?

I know getDefinitionByName, getQualifiedClassName, and getQualifiedSuperclassName in flash.utils can find me a class, but I can't find anyway to find all the classes in a package at runtime.

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about oop