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 |
getReference() |
boolean |
matches(java.awt.Component component) |
abbot.finder.Matcher |
self() |
ComposableMatcher |
simplify() |
java.lang.String |
toString() |
public abbot.finder.Matcher getReference()
public boolean matches(java.awt.Component component)
public abbot.finder.Matcher self()
self
in interface ComposableMatcher
self
in class ComposableBase
public ComposableMatcher simplify()
simplify
in interface ComposableMatcher
simplify
in class ComposableBase
public java.lang.String toString()
toString
in class ComposableBase