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

    • process

      IDExpression process(INode node, IDExpression 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!)