public class NamespaceDescriptorImpl extends AbstractNamespaceDescriptorImpl
| Constructor and Description |
|---|
NamespaceDescriptorImpl(NamespaceDescriptorParent containingDeclaration,
java.util.List<AnnotationDescriptor> annotations,
Name name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNamespace(NamespaceDescriptor namespaceDescriptor) |
NamespaceLikeBuilder |
getBuilder() |
FqName |
getFqName() |
WritableScope |
getMemberScope() |
void |
initialize(WritableScope memberScope) |
accept, getContainingDeclaration, substituteacceptVoid, getName, getOriginal, toStringgetAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptVoid, getOriginalgetAnnotationspublic NamespaceDescriptorImpl(@NotNull NamespaceDescriptorParent containingDeclaration, @NotNull java.util.List<AnnotationDescriptor> annotations, @NotNull Name name)
public void initialize(@NotNull WritableScope memberScope)
@NotNull public WritableScope getMemberScope()
public void addNamespace(@NotNull NamespaceDescriptor namespaceDescriptor)
addNamespace in interface NamespaceDescriptorParentaddNamespace in class AbstractNamespaceDescriptorImplpublic NamespaceLikeBuilder getBuilder()