org.jetbrains.kotlin.descriptors
Interface PackageViewDescriptor

All Superinterfaces:
Annotated, DeclarationDescriptor, Named

public interface PackageViewDescriptor
extends DeclarationDescriptor


Method Summary
 PackageViewDescriptor getContainingDeclaration()
           
 FqName getFqName()
           
 java.util.List<PackageFragmentDescriptor> getFragments()
           
 JetScope getMemberScope()
           
 ModuleDescriptor getModule()
           
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor
accept, acceptVoid, getOriginal, substitute
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated
getAnnotations
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named
getName
 

Method Detail

getContainingDeclaration

@Nullable
PackageViewDescriptor getContainingDeclaration()
Specified by:
getContainingDeclaration in interface DeclarationDescriptor

getFqName

@NotNull
FqName getFqName()

getMemberScope

@NotNull
JetScope getMemberScope()

getModule

@NotNull
ModuleDescriptor getModule()

getFragments

@NotNull
java.util.List<PackageFragmentDescriptor> getFragments()