use of jadx.gui.jobs.IndexService in project jadx by skylot.
the class MainWindow method resetCache.
protected void resetCache() {
cacheObject.reset();
cacheObject.setJRoot(treeRoot);
cacheObject.setJadxSettings(settings);
cacheObject.setIndexService(new IndexService(cacheObject));
cacheObject.setTextIndex(new TextSearchIndex(this));
}
Aggregations