Module Descriptor
Functions
annotations
Link copied to clipboard
get Package
Link copied to clipboard
get Sub Packages Of
Link copied to clipboard
Properties
containingDeclaration
Link copied to clipboard
containingPackage
Link copied to clipboard
fqNameSafe
Link copied to clipboard
hasDoNotLookAtArgumentsAnnotation
Link copied to clipboard
hasPackageWithLawsAnnotation
Link copied to clipboard
hasPreOrPostAnnotation
Link copied to clipboard
packageWithLawsAnnotation
Link copied to clipboard
stableName
Link copied to clipboard
Extensions
gather
Link copied to clipboard
fun ModuleDescriptor.gather(initialPackages: List<FqName> = listOf(FqName("")), addSubPackages: Boolean, predicate: (DeclarationDescriptor) -> Boolean): List<DeclarationDescriptor>
Content copied to clipboard
Gather all descriptors which satisfy a predicate, going inside every element recursively.