public abstract class ModuleContextProvider
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<ModuleContextProvider> |
EP_NAME |
| Constructor and Description |
|---|
ModuleContextProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract Module [] |
getContextModules(PsiFile context) |
static Module[] |
getModules(PsiFile context) |
public static final ExtensionPointName<ModuleContextProvider> EP_NAME