public class JavaFieldNameIndex extends StringStubIndexExtension<PsiField>
EP_NAME
Constructor and Description |
---|
JavaFieldNameIndex() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PsiField> |
get(java.lang.String s,
Project project,
GlobalSearchScope scope) |
static JavaFieldNameIndex |
getInstance() |
StubIndexKey<java.lang.String,PsiField> |
getKey() |
getKeyDescriptor, getVersion, traceKeyHashToVirtualFileMapping
getAllKeys, getCacheSize, processAllKeys
public static JavaFieldNameIndex getInstance()
public StubIndexKey<java.lang.String,PsiField> getKey()
public java.util.Collection<PsiField> get(java.lang.String s, Project project, GlobalSearchScope scope)
get
in class AbstractStubIndex<java.lang.String,PsiField>