Interface IEMatchVerifier
- 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 TypeMethodDescriptionboolean
verify
(EPatternMatcher matcher, EPatternMatcher.Result result)
-
Method Details
-
verify
- Parameters:
matcher
-result
-- Returns:
-