212213214215216217218219220
return info.getModulesManager().resolveModule(file); } public ICodeCompletionASTManager getAstManager() { if (systemASTManager == null) { systemASTManager = new SystemASTManager(this.manager, this, this.info); } return systemASTManager; }