public interface ComposableMatcher
extends abbot.finder.Matcher
Modifier and Type | Method and Description |
---|---|
ComposableMatcher |
and(abbot.finder.Matcher other) |
abbot.finder.Matcher[] |
getChildMatchers()
Return an array of all Matchers that are immediate descendants of this one, or an empty array if
there are none.
|
ComposableMatcher |
inverse() |
ComposableMatcher |
or(abbot.finder.Matcher other) |
abbot.finder.Matcher |
self() |
ComposableMatcher |
simplify() |
ComposableMatcher |
xor(abbot.finder.Matcher other) |
ComposableMatcher and(abbot.finder.Matcher other)
abbot.finder.Matcher[] getChildMatchers()
ComposableMatcher inverse()
ComposableMatcher or(abbot.finder.Matcher other)
abbot.finder.Matcher self()
ComposableMatcher simplify()
ComposableMatcher xor(abbot.finder.Matcher other)