# Interface: com.pnfsoftware.jeb.core.units.code.android.ir.compiler.IDMatchVerifier

Verifier of an IR pattern and the candidate matched IR expression.

## Method: verify
- parameter: `matcher`, type: `com.pnfsoftware.jeb.core.units.code.android.ir.compiler.DPatternMatcher`
- parameter: `result`, type: `com.pnfsoftware.jeb.core.units.code.android.ir.compiler.DPatternMatcher.Result`
- return type: `boolean`

Description: Verify a candidate pattern match.
parameter: matcher: matcher that produced the result
parameter: result: candidate match result
return: true if the match should be accepted

