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, getSets
contains, getPsiFile
public static PackageSet create(PackageSet... sets)
public boolean contains(VirtualFile file, Project project, NamedScopesHolder holder)
contains
in class PackageSetBase
public int getNodePriority()
public PackageSet map(java.util.function.Function<? super PackageSet,? extends PackageSet> transformation)
PackageSet
transformation
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 PackageSet
getText
in class CompoundPackageSet