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 |
getReference() |
boolean |
matches(java.awt.Component component) |
ComposableMatcher |
simplify() |
java.lang.String |
toString() |
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