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