MediaWiki  REL1_23
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

string $rpn
 *
string $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 19 of file CLDRPluralRuleConverter_Expression.php.


Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation

string CLDRPluralRuleConverter_Expression::$rpn

*

Definition at line 22 of file CLDRPluralRuleConverter_Expression.php.

Referenced by __construct().

string CLDRPluralRuleConverter_Expression::$type

*

Definition at line 20 of file CLDRPluralRuleConverter_Expression.php.

Referenced by __construct().


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