MediaWiki  REL1_20
CLDRPluralRuleEvaluator.php File Reference

Parse and evaluate a plural rule. More...

Go to the source code of this file.

Classes

class  CLDRPluralRuleConverter
 Helper class for converting rules to reverse polish notation (RPN). More...
class  CLDRPluralRuleConverter_Expression
 Helper for CLDRPluralRuleConverter. More...
class  CLDRPluralRuleConverter_Fragment
 Helper for CLDRPluralRuleConverter. More...
class  CLDRPluralRuleConverter_Operator
 Helper for CLDRPluralRuleConverter. More...
class  CLDRPluralRuleError
 The exception class for all the classes in this file. More...
class  CLDRPluralRuleEvaluator
class  CLDRPluralRuleEvaluator_Range
 Evaluator helper class representing a range list. More...

Detailed Description

Parse and evaluate a plural rule.

http://unicode.org/reports/tr35/#Language_Plural_Rules

Author:
Niklas Laxstrom, Tim Starling
Note:
Copyright © 2010-2012, Niklas Laxström
http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
Since:
1.20

Definition in file CLDRPluralRuleEvaluator.php.