org.jetbrains.jet.lang.descriptors
Interface ClassOrNamespaceDescriptor

All Superinterfaces:
Annotated, DeclarationDescriptor, DeclarationDescriptorNonRoot, Named
All Known Subinterfaces:
ClassDescriptor, NamespaceDescriptor
All Known Implementing Classes:
AbstractNamespaceDescriptorImpl, ClassDescriptorBase, ClassDescriptorFromJvmBytecode, ClassDescriptorImpl, JavaNamespaceDescriptor, LazyClassDescriptor, LazyPackageDescriptor, LazySubstitutingClassDescriptor, ModuleDescriptorImpl, MutableClassDescriptor, MutableClassDescriptorLite, NamespaceDescriptorImpl

public interface ClassOrNamespaceDescriptor
extends DeclarationDescriptorNonRoot


Method Summary
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptorNonRoot
getContainingDeclaration
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptor
accept, acceptVoid, getOriginal, substitute
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated
getAnnotations
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named
getName