public class CompilerPluginContext extends java.lang.Object
CompilerPlugin runs such as
the Project, the BindingContext and the underlying JetFile files.| Constructor and Description |
|---|
CompilerPluginContext(com.intellij.openapi.project.Project project,
BindingContext context,
java.util.List<JetFile> files) |
| Modifier and Type | Method and Description |
|---|---|
BindingContext |
getContext() |
java.util.List<JetFile> |
getFiles() |
com.intellij.openapi.project.Project |
getProject() |
public CompilerPluginContext(com.intellij.openapi.project.Project project, BindingContext context, java.util.List<JetFile> files)
@NotNull public BindingContext getContext()
@NotNull public com.intellij.openapi.project.Project getProject()