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

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.FilterOutKotlinSourceFilesScope
All Implemented Interfaces:
com.intellij.openapi.vfs.VirtualFileFilter, com.intellij.psi.search.ProjectAwareFileFilter
Enclosing class:
JavaClassFinderImpl

public class JavaClassFinderImpl.FilterOutKotlinSourceFilesScope
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.FilterOutKotlinSourceFilesScope(com.intellij.psi.search.GlobalSearchScope baseScope)
           
 
Method Summary
 boolean contains(com.intellij.openapi.vfs.VirtualFile file)
           
 com.intellij.psi.search.GlobalSearchScope getBase()
           
 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.FilterOutKotlinSourceFilesScope

public JavaClassFinderImpl.FilterOutKotlinSourceFilesScope(@NotNull
                                                           com.intellij.psi.search.GlobalSearchScope baseScope)
Method Detail

contains

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

getBase

@NotNull
public com.intellij.psi.search.GlobalSearchScope getBase()

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