public abstract class CompoundPackageSet extends PackageSetBase
| Modifier and Type | Method and Description |
|---|---|
boolean |
anyMatches(java.util.function.Predicate<? super PackageSet> predicate) |
boolean |
contains(VirtualFile file,
NamedScopesHolder holder) |
PackageSet |
createCopy() |
PackageSet [] |
getSets() |
java.lang.String |
getText() |
contains, contains, getPsiFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNodePriority, mappublic boolean contains(VirtualFile file, NamedScopesHolder holder)
contains in class PackageSetBasepublic PackageSet createCopy()
public boolean anyMatches(java.util.function.Predicate<? super PackageSet> predicate)
true if any inner PackageSet of this instance matched given predicatepublic java.lang.String getText()
public PackageSet [] getSets()