|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.DefaultModuleConfiguration
public class DefaultModuleConfiguration
Field Summary | |
---|---|
static java.util.List<ImportPath> |
DEFAULT_JET_IMPORTS
|
static ModuleConfiguration |
INSTANCE
|
Fields inherited from interface org.jetbrains.jet.lang.ModuleConfiguration |
---|
EMPTY |
Method Summary | |
---|---|
void |
extendNamespaceScope(BindingTrace trace,
NamespaceDescriptor namespaceDescriptor,
WritableScope namespaceMemberScope)
This method is called every time a namespace descriptor is created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.List<ImportPath> DEFAULT_JET_IMPORTS
public static final ModuleConfiguration INSTANCE
Method Detail |
---|
public void extendNamespaceScope(@NotNull BindingTrace trace, @NotNull NamespaceDescriptor namespaceDescriptor, @NotNull WritableScope namespaceMemberScope)
ModuleConfiguration
extendNamespaceScope
in interface ModuleConfiguration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |