public class JdkScope extends LibraryScopeBase
GlobalSearchScope.FilesScopemyIndexEMPTY_ARRAY, EMPTY_SCOPEALL, NONE| Constructor and Description |
|---|
JdkScope(Project project,
JdkOrderEntry entry) |
JdkScope(Project project,
VirtualFile[] classes,
VirtualFile[] sources,
java.lang.String jdkName) |
| Modifier and Type | Method and Description |
|---|---|
int |
calcHashCode()
To provide your own hash code please override this method instead of
SearchScope.hashCode() |
boolean |
equals(java.lang.Object object) |
compare, contains, getFileRoot, isSearchInLibraries, isSearchInModuleContentaccept, allScope, everythingScope, fileScope, fileScope, fileScope, filesScope, filesScope, filesWithLibrariesScope, filesWithoutLibrariesScope, getProject, getScopeRestrictedByFileTypes, getUnloadedModulesBelongingToScope, intersectWith, intersectWith, intersectWith, isForceSearchingInLibrarySources, isSearchInModuleContent, moduleRuntimeScope, moduleScope, moduleTestsWithDependentsScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesScope, moduleWithDependentsScope, moduleWithLibrariesScope, notScope, projectScope, union, union, union, union, uniteWithgetDisplayName, getIcon, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandpublic JdkScope(Project project, JdkOrderEntry entry)
public JdkScope(Project project, VirtualFile[] classes, VirtualFile[] sources, java.lang.String jdkName)
public int calcHashCode()
SearchScopeSearchScope.hashCode()calcHashCode in class LibraryScopeBasepublic boolean equals(java.lang.Object object)
equals in class LibraryScopeBase