@Deprecated
public abstract class RefResolveService
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RefResolveService.Listener
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static boolean |
ENABLED
Deprecated.
if true then PsiElement.getUseScope() returns scope restricted to only relevant files which are stored in
RefResolveService |
Constructor and Description |
---|
RefResolveService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
addListener(Disposable parent,
RefResolveService.Listener listener)
Deprecated.
|
abstract int [] |
getBackwardIds(VirtualFileWithId file)
Deprecated.
|
static RefResolveService |
getInstance(Project project)
Deprecated.
|
abstract int |
getQueueSize()
Deprecated.
|
abstract boolean |
isUpToDate()
Deprecated.
|
abstract boolean |
queue(java.util.Collection<VirtualFile> files,
java.lang.Object reason)
Deprecated.
|
abstract GlobalSearchScope |
restrictByBackwardIds(VirtualFile virtualFile,
GlobalSearchScope scope)
Deprecated.
|
public static final boolean ENABLED
RefResolveService
public static RefResolveService getInstance(Project project)
public abstract int [] getBackwardIds(VirtualFileWithId file)
public abstract GlobalSearchScope restrictByBackwardIds(VirtualFile virtualFile, GlobalSearchScope scope)
public abstract boolean queue(java.util.Collection<VirtualFile> files, java.lang.Object reason)
public abstract boolean isUpToDate()
public abstract int getQueueSize()
public abstract void addListener(Disposable parent, RefResolveService.Listener listener)