static function getClasses()
 {
     $path = null;
     $o = _hx_anonymous(array());
     reset(php_Boot::$qtypes);
     while (($path = key(php_Boot::$qtypes)) !== null) {
         php_Lib::appendType($o, _hx_explode(".", $path), php_Boot::$qtypes[$path]);
         next(php_Boot::$qtypes);
     }
     return $o;
 }