- destroyModuleCache
void destroyModuleCache()
Undocumented in source. Be warned that the author may not have intended to support it.
- dumpContext
string dumpContext(string content, int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCompletions
DCDTask getCompletions(CustomEventTarget guiExecutor, string[] importPaths, string filename, string content, int index, void delegate(CompletionResultSet output) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDocComments
DCDTask getDocComments(CustomEventTarget guiExecutor, string[] importPaths, string filename, string content, int index, void delegate(DocCommentsResultSet output) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- getModuleCache
ModuleCache* getModuleCache(string[] importPaths)
Undocumented in source. Be warned that the author may not have intended to support it.
- goToDefinition
DCDTask goToDefinition(CustomEventTarget guiExecutor, string[] importPaths, string filename, string content, int index, void delegate(FindDeclarationResultSet res) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- threadFunc
void threadFunc()
Undocumented in source. Be warned that the author may not have intended to support it.
Async interface to DCD