Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Package =TWiki::Infix::NodeBase class for node types generated by Infix::Parser. You don't have to use it, but it may be useful.
On this page:
ClassMethod newNode ($o,@p) -> \$ifConstruct a new parse node (contract with Infix::Parser)
ClassMethod newLeaf ($val,$type) -> \$ifConstruct a new terminal node (contract with Infix::Parser)
ObjectMethod evaluate (...) -> $resultExecute the parse node. The parameter array is passed on, by reference, to the evaluation functions. |