Package TWiki::Infix::Node
Base class for node types generated by Infix::Parser. You don't
have to use
it, but it may be useful.
Construct a new parse node (contract with Infix::Parser)
Construct a new terminal node (contract with Infix::Parser)
Execute the parse node. The parameter array is passed on, by reference,
to the evaluation functions.