public interface ComposableMatcher
Modifier and Type | Method and Description |
---|---|
ComposableMatcher |
and(Matcher other) |
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(Matcher other) |
Matcher |
self() |
ComposableMatcher |
simplify() |
ComposableMatcher |
xor(Matcher other) |
ComposableMatcher and(Matcher other)
Matcher[] getChildMatchers()
ComposableMatcher inverse()
ComposableMatcher or(Matcher other)
Matcher self()
ComposableMatcher simplify()
ComposableMatcher xor(Matcher other)