|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.NamespaceFactoryImpl
public class NamespaceFactoryImpl
Constructor Summary | |
---|---|
NamespaceFactoryImpl()
|
Method Summary | |
---|---|
NamespaceDescriptorImpl |
createNamespaceDescriptorPathIfNeeded(FqName fqName)
|
NamespaceDescriptorImpl |
createNamespaceDescriptorPathIfNeeded(JetFile file,
JetScope outerScope,
RedeclarationHandler handler)
|
void |
setModuleDescriptor(ModuleDescriptorImpl moduleDescriptor)
|
void |
setTrace(BindingTrace trace)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamespaceFactoryImpl()
Method Detail |
---|
@Inject public void setModuleDescriptor(ModuleDescriptorImpl moduleDescriptor)
@Inject public void setTrace(BindingTrace trace)
@NotNull public NamespaceDescriptorImpl createNamespaceDescriptorPathIfNeeded(@NotNull JetFile file, @NotNull JetScope outerScope, @NotNull RedeclarationHandler handler)
@NotNull public NamespaceDescriptorImpl createNamespaceDescriptorPathIfNeeded(@NotNull FqName fqName)
createNamespaceDescriptorPathIfNeeded
in interface NamespaceFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |