private static class ElementMatcher.IdentityOperatorMatcher extends ElementMatcher<Operator>
| Modifier | Constructor and Description |
|---|---|
private |
IdentityOperatorMatcher() |
| Modifier and Type | Method and Description |
|---|---|
MatchConditions |
match(Operator op,
SVSubstitute subst,
MatchConditions mc,
Services services)
implements the default operator matching rule which means
that the compared object have to be equal otherwise
matching fails
|
getElementMatcherForpublic MatchConditions match(Operator op, SVSubstitute subst, MatchConditions mc, Services services)
match in class ElementMatcher<Operator>