org.jetbrains.jet.lang.resolve.java
Class JetFilesProvider
java.lang.Object
org.jetbrains.jet.lang.resolve.java.JetFilesProvider
- Direct Known Subclasses:
- CliJetFilesProvider
public abstract class JetFilesProvider
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetFilesProvider
public JetFilesProvider()
getInstance
@NotNull
public static JetFilesProvider getInstance(com.intellij.openapi.project.Project project)
allPackageFiles
public final java.util.Collection<JetFile> allPackageFiles(@NotNull
JetFile file)
sampleToAllFilesInModule
protected abstract java.util.Collection<JetFile> sampleToAllFilesInModule(@NotNull
JetFile file)
allInScope
@NotNull
public abstract java.util.Collection<JetFile> allInScope(@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
isFileInScope
public abstract boolean isFileInScope(@NotNull
JetFile file,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)