protected static class ComposableBase.Inverse extends ComposableBase
ComposableBase.BinaryMatcher, ComposableBase.Identity, ComposableBase.Inverse
Modifier and Type | Field and Description |
---|---|
private abbot.finder.Matcher |
_m |
FALSE, TRUE
Constructor and Description |
---|
Inverse(abbot.finder.Matcher reference) |
Modifier and Type | Method and Description |
---|---|
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.
|
abbot.finder.Matcher |
getReference() |
boolean |
matches(java.awt.Component component) |
ComposableMatcher |
simplify() |
java.lang.String |
toString() |
public abbot.finder.Matcher[] getChildMatchers()
ComposableMatcher
getChildMatchers
in interface ComposableMatcher
getChildMatchers
in class ComposableBase
public abbot.finder.Matcher getReference()
public boolean matches(java.awt.Component component)
public ComposableMatcher simplify()
simplify
in interface ComposableMatcher
simplify
in class ComposableBase
public java.lang.String toString()
toString
in class ComposableBase