public class JavaMethodNameIndex extends StringStubIndexExtension<PsiMethod>
EP_NAME| Constructor and Description |
|---|
JavaMethodNameIndex() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PsiMethod> |
get(java.lang.String methodName,
Project project,
GlobalSearchScope scope) |
static JavaMethodNameIndex |
getInstance() |
StubIndexKey<java.lang.String,PsiMethod> |
getKey() |
getKeyDescriptor, getVersion, traceKeyHashToVirtualFileMappinggetAllKeys, getCacheSize, processAllKeyspublic static JavaMethodNameIndex getInstance()
public StubIndexKey<java.lang.String,PsiMethod> getKey()
public java.util.Collection<PsiMethod> get(java.lang.String methodName, Project project, GlobalSearchScope scope)
get in class AbstractStubIndex<java.lang.String,PsiMethod>