public interface

INodeHandler

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

Class Overview

Custom IR-tree-node processor on match.

Summary

Public Methods
abstract IEGeneric process(INode node, IEGeneric e)
Process a matched node.

Public Methods

public abstract IEGeneric process (INode node, IEGeneric e)

Process a matched node.

Parameters
node the node description
e the IR node that matched
Returns
  • the node on success (continue matching), null on failure; the node returned may be different than the input node (yes!)