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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jetbrains.jet.lang.resolve.java.JetFilesProvider
JetFilesProvider.SameJetFilePredicate
 
Constructor Summary
CliJetFilesProvider(JetCoreEnvironment environment)
           
 
Method Summary
 java.util.List<JetFile> allInScope(com.intellij.psi.search.GlobalSearchScope scope)
           
 com.intellij.util.Function<JetFile,java.util.Collection<JetFile>> sampleToAllFilesInModule()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.java.JetFilesProvider
allNamespaceFiles, 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

public com.intellij.util.Function<JetFile,java.util.Collection<JetFile>> sampleToAllFilesInModule()
Specified by:
sampleToAllFilesInModule in class JetFilesProvider

allInScope

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