org.jetbrains.jet.cli.jvm.compiler
Class CliJetFilesProvider

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.JetFilesProvider
      extended by org.jetbrains.jet.cli.jvm.compiler.CliJetFilesProvider

public class CliJetFilesProvider
extends JetFilesProvider


Constructor Summary
CliJetFilesProvider(JetCoreEnvironment environment)
           
 
Method Summary
 java.util.List<JetFile> allInScope(com.intellij.psi.search.GlobalSearchScope scope)
           
 boolean isFileInScope(JetFile file, com.intellij.psi.search.GlobalSearchScope scope)
           
protected  java.util.Collection<JetFile> sampleToAllFilesInModule(JetFile file)
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.java.JetFilesProvider
allPackageFiles, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CliJetFilesProvider

public CliJetFilesProvider(JetCoreEnvironment environment)
Method Detail

sampleToAllFilesInModule

protected java.util.Collection<JetFile> sampleToAllFilesInModule(@NotNull
                                                                 JetFile file)
Specified by:
sampleToAllFilesInModule in class JetFilesProvider

allInScope

@NotNull
public java.util.List<JetFile> allInScope(@NotNull
                                                  com.intellij.psi.search.GlobalSearchScope scope)
Specified by:
allInScope in class JetFilesProvider

isFileInScope

public boolean isFileInScope(@NotNull
                             JetFile file,
                             @NotNull
                             com.intellij.psi.search.GlobalSearchScope scope)
Specified by:
isFileInScope in class JetFilesProvider