org.jetbrains.jet.lang.resolve.java
Enum AnalyzerFacadeForJVM
java.lang.Object
java.lang.Enum<AnalyzerFacadeForJVM>
org.jetbrains.jet.lang.resolve.java.AnalyzerFacadeForJVM
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AnalyzerFacadeForJVM>, AnalyzerFacade
public enum AnalyzerFacadeForJVM
- extends java.lang.Enum<AnalyzerFacadeForJVM>
- implements AnalyzerFacade
Method Summary |
AnalyzeExhaust |
analyzeBodiesInFiles(com.intellij.openapi.project.Project project,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesForBodiesResolve,
BindingTrace headersTraceContext,
BodiesResolveContext bodiesResolveContext,
ModuleDescriptor module)
|
AnalyzeExhaust |
analyzeFiles(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely)
|
static AnalyzeExhaust |
analyzeFilesWithJavaIntegration(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
BindingTrace trace,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
boolean storeContextForBodiesResolve)
|
static AnalyzeExhaust |
analyzeFilesWithJavaIntegration(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
BindingTrace trace,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
boolean storeContextForBodiesResolve,
ModuleDescriptorImpl module)
|
static AnalyzeExhaust |
analyzeFilesWithJavaIntegration(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely)
|
static AnalyzeExhaust |
analyzeFilesWithJavaIntegration(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
boolean storeContextForBodiesResolve)
|
static AnalyzeExhaust |
analyzeFilesWithJavaIntegrationAndCheckForErrors(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely)
|
static AnalyzeExhaust |
analyzeFilesWithJavaIntegrationInGlobalContext(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
BindingTrace trace,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
boolean storeContextForBodiesResolve,
ModuleDescriptorImpl module,
GlobalContext globalContext)
|
static AnalyzeExhaust |
analyzeOneFileWithJavaIntegration(JetFile file,
java.util.List<AnalyzerScriptParameter> scriptParameters)
|
static AnalyzeExhaust |
analyzeOneFileWithJavaIntegrationAndCheckForErrors(JetFile file,
java.util.List<AnalyzerScriptParameter> scriptParameters)
|
static ModuleDescriptorImpl |
createJavaModule(java.lang.String name)
|
static ResolveSession |
createLazyResolveSession(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
BindingTrace trace,
boolean addBuiltIns)
|
ResolveSession |
getLazyResolveSession(com.intellij.openapi.project.Project fileProject,
java.util.Collection<JetFile> files)
|
static AnalyzerFacadeForJVM |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AnalyzerFacadeForJVM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
INSTANCE
public static final AnalyzerFacadeForJVM INSTANCE
DEFAULT_IMPORTS
public static final java.util.List<ImportPath> DEFAULT_IMPORTS
values
public static AnalyzerFacadeForJVM[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AnalyzerFacadeForJVM c : AnalyzerFacadeForJVM.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AnalyzerFacadeForJVM valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
analyzeFiles
@NotNull
public AnalyzeExhaust analyzeFiles(@NotNull
com.intellij.openapi.project.Project project,
@NotNull
java.util.Collection<JetFile> files,
@NotNull
java.util.List<AnalyzerScriptParameter> scriptParameters,
@NotNull
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely)
- Specified by:
analyzeFiles
in interface AnalyzerFacade
analyzeBodiesInFiles
@NotNull
public AnalyzeExhaust analyzeBodiesInFiles(@NotNull
com.intellij.openapi.project.Project project,
@NotNull
java.util.List<AnalyzerScriptParameter> scriptParameters,
@NotNull
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesForBodiesResolve,
@NotNull
BindingTrace headersTraceContext,
@NotNull
BodiesResolveContext bodiesResolveContext,
@NotNull
ModuleDescriptor module)
- Specified by:
analyzeBodiesInFiles
in interface AnalyzerFacade
getLazyResolveSession
@NotNull
public ResolveSession getLazyResolveSession(@NotNull
com.intellij.openapi.project.Project fileProject,
@NotNull
java.util.Collection<JetFile> files)
- Specified by:
getLazyResolveSession
in interface AnalyzerFacade
createLazyResolveSession
@NotNull
public static ResolveSession createLazyResolveSession(@NotNull
com.intellij.openapi.project.Project project,
@NotNull
java.util.Collection<JetFile> files,
@NotNull
BindingTrace trace,
boolean addBuiltIns)
analyzeOneFileWithJavaIntegrationAndCheckForErrors
@NotNull
public static AnalyzeExhaust analyzeOneFileWithJavaIntegrationAndCheckForErrors(JetFile file,
java.util.List<AnalyzerScriptParameter> scriptParameters)
analyzeOneFileWithJavaIntegration
@NotNull
public static AnalyzeExhaust analyzeOneFileWithJavaIntegration(JetFile file,
java.util.List<AnalyzerScriptParameter> scriptParameters)
analyzeFilesWithJavaIntegrationAndCheckForErrors
@NotNull
public static AnalyzeExhaust analyzeFilesWithJavaIntegrationAndCheckForErrors(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely)
analyzeFilesWithJavaIntegration
@NotNull
public static AnalyzeExhaust analyzeFilesWithJavaIntegration(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely)
analyzeFilesWithJavaIntegration
@NotNull
public static AnalyzeExhaust analyzeFilesWithJavaIntegration(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
boolean storeContextForBodiesResolve)
analyzeFilesWithJavaIntegration
@NotNull
public static AnalyzeExhaust analyzeFilesWithJavaIntegration(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
BindingTrace trace,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
boolean storeContextForBodiesResolve)
analyzeFilesWithJavaIntegration
@NotNull
public static AnalyzeExhaust analyzeFilesWithJavaIntegration(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
BindingTrace trace,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
boolean storeContextForBodiesResolve,
ModuleDescriptorImpl module)
analyzeFilesWithJavaIntegrationInGlobalContext
@NotNull
public static AnalyzeExhaust analyzeFilesWithJavaIntegrationInGlobalContext(com.intellij.openapi.project.Project project,
java.util.Collection<JetFile> files,
BindingTrace trace,
java.util.List<AnalyzerScriptParameter> scriptParameters,
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
boolean storeContextForBodiesResolve,
ModuleDescriptorImpl module,
GlobalContext globalContext)
createJavaModule
@NotNull
public static ModuleDescriptorImpl createJavaModule(@NotNull
java.lang.String name)