# Class: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.StandardMergeController

Default merge controller used when merging IR states. 

 Matching and mismatching variables are accepted, while variables present in only one side of the merge are rejected.

## Constructor: StandardMergeController


## Method: onInputOnly
- parameter: `varid`, type: `int`
- return type: `boolean`


## Method: onMatch
- parameter: `varid`, type: `int`


## Method: onMismatch
- parameter: `varid`, type: `int`
- return type: `boolean`


## Method: onOutputOnly
- parameter: `varid`, type: `int`
- return type: `boolean`


