KotlinModuleDescriptor

class KotlinModuleDescriptor(impl: ModuleDescriptor) : ModuleDescriptor, KotlinDeclarationDescriptor

Functions

annotations
Link copied to clipboard
abstract fun annotations(): Annotations
element
Link copied to clipboard
abstract fun element(): Element?
getPackage
Link copied to clipboard
open override fun getPackage(pck: String): PackageViewDescriptor?
getSubPackagesOf
Link copied to clipboard
open override fun getSubPackagesOf(fqName: FqName): List<FqName>
impl
Link copied to clipboard
open override fun impl(): ModuleDescriptor

Properties

containingDeclaration
Link copied to clipboard
abstract val containingDeclaration: DeclarationDescriptor?
containingPackage
Link copied to clipboard
abstract val containingPackage: FqName?
fqNameSafe
Link copied to clipboard
abstract val fqNameSafe: FqName
hasDoNotLookAtArgumentsAnnotation
Link copied to clipboard
open val hasDoNotLookAtArgumentsAnnotation: Boolean
hasPackageWithLawsAnnotation
Link copied to clipboard
open val hasPackageWithLawsAnnotation: Boolean
hasPreOrPostAnnotation
Link copied to clipboard
open val hasPreOrPostAnnotation: Boolean
impl
Link copied to clipboard
val impl: ModuleDescriptor
name
Link copied to clipboard
abstract val name: Name
packageWithLawsAnnotation
Link copied to clipboard
open val packageWithLawsAnnotation: AnnotationDescriptor?
stableName
Link copied to clipboard
open override val stableName: Name?