MediaWiki  REL1_20
CLDRPluralRuleConverter_Expression Class Reference

Helper for CLDRPluralRuleConverter. More...

Inheritance diagram for CLDRPluralRuleConverter_Expression:
Collaboration diagram for CLDRPluralRuleConverter_Expression:

List of all members.

Public Member Functions

 __construct ($parser, $type, $rpn, $pos, $length)
 isType ($type)

Public Attributes

 $rpn
 $type

Detailed Description

Helper for CLDRPluralRuleConverter.

An expression object, representing a region of the input string (for error messages), the RPN notation used to evaluate it, and the result type for validation.

Definition at line 475 of file CLDRPluralRuleEvaluator.php.


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 484 of file CLDRPluralRuleEvaluator.php.

References $type.


Member Data Documentation

CLDRPluralRuleConverter_Expression::$rpn

Definition at line 476 of file CLDRPluralRuleEvaluator.php.

Referenced by __construct().

CLDRPluralRuleConverter_Expression::$type

Definition at line 476 of file CLDRPluralRuleEvaluator.php.

Referenced by __construct(), and isType().


The documentation for this class was generated from the following file: