org.jetbrains.jet.lang
Interface ModuleConfiguration
- All Known Implementing Classes:
- DefaultModuleConfiguration, JavaBridgeConfiguration, JsConfiguration
public interface ModuleConfiguration
EMPTY
static final ModuleConfiguration EMPTY
extendNamespaceScope
void extendNamespaceScope(@NotNull
BindingTrace trace,
@NotNull
NamespaceDescriptor namespaceDescriptor,
@NotNull
WritableScope namespaceMemberScope)
- This method is called every time a namespace descriptor is created. Use it to add extra descriptors to the namespace, e.g. merge a
Java package with a Kotlin one