public class JavaBridgeConfiguration extends java.lang.Object implements ModuleConfiguration
Modifier and Type | Field and Description |
---|---|
static java.util.List<ImportPath> |
ALL_JAVA_IMPORTS |
static java.util.List<ImportPath> |
DEFAULT_JAVA_IMPORTS |
EMPTY
Constructor and Description |
---|
JavaBridgeConfiguration() |
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.
|
void |
setJavaSemanticServices(JavaSemanticServices javaSemanticServices) |
public static final java.util.List<ImportPath> DEFAULT_JAVA_IMPORTS
public static final java.util.List<ImportPath> ALL_JAVA_IMPORTS
public JavaBridgeConfiguration()
@Inject public void setJavaSemanticServices(@NotNull JavaSemanticServices javaSemanticServices)
public void extendNamespaceScope(@NotNull BindingTrace trace, @NotNull NamespaceDescriptor namespaceDescriptor, @NotNull WritableScope namespaceMemberScope)
ModuleConfiguration
extendNamespaceScope
in interface ModuleConfiguration