Interfaces
 InterfaceDescription
 INamespaceResolver An interface used for namespace resolutions (such as ns:MyClass).
Classes
 ClassDescription
 ClassUtil Static utility methods for Class manipulation.
 DefaultNamespaceResolver A default implementation of the INamespaceResolver interface.
Sample usage: var resolver:INamespaceResolver = new DefaultNamespaceResolver("path.to.defaultNamespace.~~"); resolver.resolve("MyClass"); // "path.to.defaultNamespace.MyClass" resolver.registerNamespace("a", "path.to.a.~~"); resolver.resolve("a:MyClass"); // "path.to.a.MyClass"
 DictionaryUtil Static utility methods for Dictionary manipulation.
 Enum ActionScript implementation of an Enum class
 InternalBundle Utility (abstract) class for embedded resources bundles loading and resource lookup.
 NumberUtil Static utility functions for ActionScript3's Numbers.
 VectorUtil A workaround class for a bug with Flash 10+ Vector.<~~> types: getDefinitionByName("__AS3__.vec::Vector.<~~>") throws an error...