org.jetbrains.kotlin.load.java
Class JavaClassFinderImpl.MyDelegatingGlobalSearchScope

java.lang.Object
  extended by com.intellij.psi.search.SearchScope
      extended by com.intellij.psi.search.GlobalSearchScope
          extended by com.intellij.psi.search.DelegatingGlobalSearchScope
              extended by org.jetbrains.kotlin.load.java.JavaClassFinderImpl.MyDelegatingGlobalSearchScope
All Implemented Interfaces:
com.intellij.openapi.vfs.VirtualFileFilter, com.intellij.psi.search.ProjectAwareFileFilter
Enclosing class:
JavaClassFinderImpl

public class JavaClassFinderImpl.MyDelegatingGlobalSearchScope
extends com.intellij.psi.search.DelegatingGlobalSearchScope


Nested Class Summary
 
Nested classes/interfaces inherited from class com.intellij.psi.search.GlobalSearchScope
com.intellij.psi.search.GlobalSearchScope.FilesScope
 
Field Summary
 
Fields inherited from class com.intellij.psi.search.DelegatingGlobalSearchScope
myBaseScope
 
Fields inherited from class com.intellij.psi.search.GlobalSearchScope
EMPTY_SCOPE
 
Fields inherited from interface com.intellij.openapi.vfs.VirtualFileFilter
ALL, NONE
 
Constructor Summary
JavaClassFinderImpl.MyDelegatingGlobalSearchScope()
           
 
Method Summary
 boolean contains(com.intellij.openapi.vfs.VirtualFile file)
           
 com.intellij.psi.search.GlobalSearchScope getBaseScope()
           
 com.intellij.openapi.project.Project getProject()
           
 java.lang.String toString()
           
 
Methods inherited from class com.intellij.psi.search.DelegatingGlobalSearchScope
compare, equals, getDisplayName, hashCode, isSearchInLibraries, isSearchInModuleContent, isSearchInModuleContent, isSearchOutsideRootModel
 
Methods inherited from class com.intellij.psi.search.GlobalSearchScope
accept, allScope, fileScope, fileScope, fileScope, filesScope, filesScope, filesWithLibrariesScope, filesWithoutLibrariesScope, getScopeRestrictedByFileTypes, intersectWith, intersectWith, intersectWith, isForceSearchingInLibrarySources, moduleRuntimeScope, moduleScope, moduleTestsWithDependentsScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesScope, moduleWithDependentsScope, moduleWithLibrariesScope, notScope, projectScope, union, union, uniteWith
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaClassFinderImpl.MyDelegatingGlobalSearchScope

public JavaClassFinderImpl.MyDelegatingGlobalSearchScope()
Method Detail

getBaseScope

public com.intellij.psi.search.GlobalSearchScope getBaseScope()

contains

public boolean contains(@NotNull
                        com.intellij.openapi.vfs.VirtualFile file)
Overrides:
contains in class com.intellij.psi.search.DelegatingGlobalSearchScope

getProject

@NotNull
public com.intellij.openapi.project.Project getProject()
Specified by:
getProject in interface com.intellij.psi.search.ProjectAwareFileFilter
Overrides:
getProject in class com.intellij.psi.search.GlobalSearchScope

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object