org.jetbrains.jet.lang.descriptors
Interface ClassOrNamespaceDescriptor

All Superinterfaces:
Annotated, DeclarationDescriptor, DeclarationDescriptorNonRoot, Named
All Known Subinterfaces:
ClassDescriptor, JavaClassDescriptor, NamespaceDescriptor
All Known Implementing Classes:
AbstractClassDescriptor, AbstractNamespaceDescriptorImpl, ClassDescriptorBase, ClassDescriptorFromJvmBytecode, ClassDescriptorImpl, DeserializedClassDescriptor, ErrorClassDescriptor, JavaEnumClassObjectDescriptor, JavaNamespaceDescriptor, LazyClassDescriptor, LazyPackageDescriptor, LazySubstitutingClassDescriptor, 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