# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.INodeHandler

Custom IR\-tree\-node processor on match.

## Method: process
- parameter: `node`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.INode`
- parameter: `e`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGeneric`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGeneric`

Description: Process a matched node.
parameter: node: the node description
parameter: e: the IR node that matched
return: the node on success \(continue matching\), null on failure; the node returned may be different than the input node \(yes\!\)

