public class IntersectionPackageSet extends CompoundPackageSet
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(VirtualFile file,
Project project,
NamedScopesHolder holder) |
static PackageSet |
create(PackageSet... sets) |
int |
getNodePriority() |
java.lang.String |
getText() |
PackageSet |
map(java.util.function.Function<? super PackageSet,? extends PackageSet> transformation)
Applies given
transformation to all inner PackageSet of this instance and returns the modified instance or this
if no modification in inner PackageSet were made. |
anyMatches, contains, createCopy, getSetscontains, getPsiFilepublic static PackageSet create(PackageSet... sets)
public boolean contains(VirtualFile file, Project project, NamedScopesHolder holder)
contains in class PackageSetBasepublic int getNodePriority()
public PackageSet map(java.util.function.Function<? super PackageSet,? extends PackageSet> transformation)
PackageSettransformation to all inner PackageSet of this instance and returns the modified instance or this
if no modification in inner PackageSet were made.public java.lang.String getText()
getText in interface PackageSetgetText in class CompoundPackageSet