org.jetbrains.jet.lang.resolve
Class TopDownAnalysisParameters

java.lang.Object
  extended by 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)
           
 
Method Summary
 com.google.common.base.Predicate<com.intellij.psi.PsiFile> getAnalyzeCompletely()
           
 java.util.List<AnalyzerScriptParameter> getScriptParameters()
           
 boolean isAnalyzingBootstrapLibrary()
           
 boolean isDeclaredLocally()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopDownAnalysisParameters

public TopDownAnalysisParameters(@NotNull
                                 com.google.common.base.Predicate<com.intellij.psi.PsiFile> analyzeCompletely,
                                 boolean analyzingBootstrapLibrary,
                                 boolean declaredLocally,
                                 @NotNull
                                 java.util.List<AnalyzerScriptParameter> scriptParameters)
Method Detail

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()