public class DefaultModuleConfiguration extends java.lang.Object implements ModuleConfiguration
Modifier and Type | Field and Description |
---|---|
static java.util.List<ImportPath> |
DEFAULT_JET_IMPORTS |
static ModuleConfiguration |
INSTANCE |
EMPTY
Modifier and Type | Method and Description |
---|---|
void |
extendNamespaceScope(BindingTrace trace,
NamespaceDescriptor namespaceDescriptor,
WritableScope namespaceMemberScope)
This method is called every time a namespace descriptor is created.
|
public static final java.util.List<ImportPath> DEFAULT_JET_IMPORTS
public static final ModuleConfiguration INSTANCE
public void extendNamespaceScope(@NotNull BindingTrace trace, @NotNull NamespaceDescriptor namespaceDescriptor, @NotNull WritableScope namespaceMemberScope)
ModuleConfiguration
extendNamespaceScope
in interface ModuleConfiguration