org.jetbrains.kotlin.descriptors
Interface PackageViewDescriptor
- All Superinterfaces:
- Annotated, DeclarationDescriptor, Named
public interface PackageViewDescriptor
- extends DeclarationDescriptor
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
getName |
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()