r1 - 01 Feb 2006 - 07:01:25 - TWikiContributorYou are here: burnett.ws >  TWiki Web  > TWikiIfDotPm

Package TWiki::If

Support for the conditions in %IF{} statements. Basically a simple stack-based parser for infix expressions that generates a parse tree that can subsequently be evaluated.

ClassMethod new (\%operators) -> \%factory

Construct a new if node factory.
  • \%operators reference to a hash of operators.
Each operator must have the following fields: prec (precedence) type (0 unary 1 binary) exec (ref to a function to execute). If not provided, the default set of boolean operations supported by %IF is used.

ObjectMethod evaluate ($twiki) -> $result

Execute the parse node.

!!!new!!!

ObjectMethod parse ($string) -> \$if

  • $string - string containing an expression to parse
Construct a new search node by parsing the passed expression. Return the new object.

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions






dashboard

stats count

View My Stats (StatCounter )


Ads:


 
Burnett.ws

Ben Burnett's Website



This site is powered by the TWiki collaboration platformCopyright © 2006-2012 by Ben Burnett and the contributing authors. All material on this collaboration platform is the property of the Ben Burnett and the contributing authors.
Ideas, requests, problems regarding burnett.ws? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiIfDotPm