Added comment

This commit is contained in:
Valentin Kipyatkov
2015-07-16 17:13:44 +03:00
parent 3c289ade82
commit 14b63759a9
@@ -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>