Interface IDMatchVerifier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Verifier of an IR pattern and the candidate matched IR expression.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanverify(DPatternMatcher matcher, DPatternMatcher.Result result) Verify a candidate pattern match.
-
Method Details
-
verify
Verify a candidate pattern match.- Parameters:
matcher- matcher that produced the resultresult- candidate match result- Returns:
- true if the match should be accepted
-