protected static class ComposableBase.Identity extends ComposableBase
ComposableBase.BinaryMatcher, ComposableBase.Identity, ComposableBase.Inverse
Modifier and Type | Field and Description |
---|---|
private Matcher |
_m |
FALSE, TRUE
Constructor and Description |
---|
Identity(Matcher reference) |
Modifier and Type | Method and Description |
---|---|
Matcher[] |
getChildMatchers()
Return an array of all Matchers that are immediate descendants of this one, or an empty array if
there are none.
|
Matcher |
getReference() |
boolean |
matches(java.awt.Component component) |
Matcher |
self() |
ComposableMatcher |
simplify() |
java.lang.String |
toString() |
public Matcher[] getChildMatchers()
ComposableMatcher
getChildMatchers
in interface ComposableMatcher
getChildMatchers
in class ComposableBase
public Matcher getReference()
public boolean matches(java.awt.Component component)
public 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