org.jetbrains.jet.lang.descriptors
Interface PackageFragmentDescriptor

All Superinterfaces:
Annotated, ClassOrPackageFragmentDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, Named
All Known Implementing Classes:
LazyPackageDescriptor, MutablePackageFragmentDescriptor

public interface PackageFragmentDescriptor
extends ClassOrPackageFragmentDescriptor


Method Summary
 ModuleDescriptor getContainingDeclaration()
           
 FqName getFqName()
           
 JetScope getMemberScope()
           
 
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
 

Method Detail

getContainingDeclaration

@NotNull
ModuleDescriptor getContainingDeclaration()
Specified by:
getContainingDeclaration in interface DeclarationDescriptor
Specified by:
getContainingDeclaration in interface DeclarationDescriptorNonRoot

getFqName

@NotNull
FqName getFqName()

getMemberScope

@NotNull
JetScope getMemberScope()