org.jetbrains.jet.lang.resolve
Class TopDownAnalysisParameters
java.lang.Object
org.jetbrains.jet.lang.resolve.TopDownAnalysisParameters
public class TopDownAnalysisParameters
- extends java.lang.Object
Various junk that cannot be placed into context (yet).
Constructor Summary |
TopDownAnalysisParameters(com.google.common.base.Predicate<com.intellij.psi.PsiFile> analyzeCompletely,
boolean analyzingBootstrapLibrary,
boolean declaredLocally,
java.util.List<AnalyzerScriptParameter> scriptParameters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopDownAnalysisParameters
public TopDownAnalysisParameters(@NotNull
com.google.common.base.Predicate<com.intellij.psi.PsiFile> analyzeCompletely,
boolean analyzingBootstrapLibrary,
boolean declaredLocally,
@NotNull
java.util.List<AnalyzerScriptParameter> scriptParameters)
getAnalyzeCompletely
@NotNull
public com.google.common.base.Predicate<com.intellij.psi.PsiFile> getAnalyzeCompletely()
isAnalyzingBootstrapLibrary
public boolean isAnalyzingBootstrapLibrary()
isDeclaredLocally
public boolean isDeclaredLocally()
getScriptParameters
@NotNull
public java.util.List<AnalyzerScriptParameter> getScriptParameters()