- addImportPaths
void addImportPaths(string[] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
- findDeclaration
DParsedModule findDeclaration(ubyte[] sourceCode, string filename, int bytePosition)
Undocumented in source. Be warned that the author may not have intended to support it.
- findModuleFile
string findModuleFile(string moduleName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getOrParseModule
DParsedModule getOrParseModule(string moduleName)
Undocumented in source. Be warned that the author may not have intended to support it.
- moduleNameToPackagePath
string moduleNameToPackagePath(string moduleName)
converts some.module.name to some/module/name.d
- scan
DParsedModule scan(ubyte[] sourceCode, string filename, DParsedModule[string] scanned)
Undocumented in source. Be warned that the author may not have intended to support it.
- scanDeps
void scanDeps(DParsedModule m, DParsedModule[string] scanned)
Undocumented in source. Be warned that the author may not have intended to support it.
D source code parsing service