Interface INodeHandler
public interface INodeHandler
Custom IR-tree-node processor on match.
-
Method Summary
-
Method Details
-
process
Process a matched node.- Parameters:
node
- the node descriptione
- 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!)
-