Interface IEPatternReplacer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Custom replacer code for IR pattern. Used by
EPatternMatcher
's replace and
searchAndReplace methods.-
Method Summary
Modifier and TypeMethodDescriptionreplace
(EPatternMatcher matcher, EPatternMatcher.Result result)
-
Method Details
-
replace
- Parameters:
matcher
- the matcher objectresult
- the matching result- Returns:
- success indicator; null to indicate that the replacement is to be performed by the matcher (default process, using the output pattern)
-