org.jetbrains.jet.lang.descriptors.impl
Class MutablePackageFragmentDescriptor
java.lang.Object
org.jetbrains.jet.lang.descriptors.annotations.AnnotatedImpl
org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.jet.lang.descriptors.impl.MutablePackageFragmentDescriptor
- All Implemented Interfaces:
- Annotated, ClassOrPackageFragmentDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, Named, PackageFragmentDescriptor
public class MutablePackageFragmentDescriptor
- extends DeclarationDescriptorImpl
- implements PackageFragmentDescriptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named |
getName |
MutablePackageFragmentDescriptor
public MutablePackageFragmentDescriptor(@NotNull
ModuleDescriptor module,
@NotNull
FqName fqName)
getContainingDeclaration
@NotNull
public ModuleDescriptor getContainingDeclaration()
- Specified by:
getContainingDeclaration in interface DeclarationDescriptor- Specified by:
getContainingDeclaration in interface DeclarationDescriptorNonRoot- Specified by:
getContainingDeclaration in interface PackageFragmentDescriptor
getFqName
@NotNull
public FqName getFqName()
- Specified by:
getFqName in interface PackageFragmentDescriptor
getMemberScope
@NotNull
public WritableScope getMemberScope()
- Specified by:
getMemberScope in interface PackageFragmentDescriptor
substitute
@Nullable
public DeclarationDescriptor substitute(@NotNull
TypeSubstitutor substitutor)
- Specified by:
substitute in interface DeclarationDescriptor
accept
public <R,D> R accept(DeclarationDescriptorVisitor<R,D> visitor,
D data)
- Specified by:
accept in interface DeclarationDescriptor
getBuilder
@NotNull
public PackageLikeBuilder getBuilder()