public interface INodeHandler
Custom IR-tree-node processor on match.
  • Method Summary

    Modifier and Type
    Method
    Description
    Process a matched node.
  • Method Details

    • process

      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!)