Back | Index
class parsetool.xmlparser.HaxeDoc
var dbClasses(default,null) : List<haxe.rtti.Class>
var typeInfo(default,null) : Hash<haxe.rtti.TypeTree>
function new(fileName : String) : Void
static function isStdLib(path : String) : Bool
Return true if the given path is part of the haXe standard library
Back | Index