Added comment
This commit is contained in:
+3
@@ -22,6 +22,9 @@ import org.jetbrains.kotlin.name.FqName
|
||||
import org.jetbrains.kotlin.name.Name
|
||||
|
||||
public trait PackageMemberDeclarationProvider : DeclarationProvider {
|
||||
/**
|
||||
* Implementation of this method are not obliged to use the filters but may do so when it gives any performance advantage
|
||||
*/
|
||||
public fun getAllDeclaredSubPackages(nameFilter: (Name) -> Boolean): Collection<FqName>
|
||||
|
||||
public fun getPackageFiles(): Collection<JetFile>
|
||||
|
||||
Reference in New Issue
Block a user