MediaWiki  REL1_24
CLDRPluralRuleConverterExpression Class Reference

Helper for CLDRPluralRuleConverter. More...

Inheritance diagram for CLDRPluralRuleConverterExpression:
Collaboration diagram for CLDRPluralRuleConverterExpression:

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 18 of file CLDRPluralRuleConverterExpression.php.


Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation

string CLDRPluralRuleConverterExpression::$rpn

*

Definition at line 21 of file CLDRPluralRuleConverterExpression.php.

Referenced by __construct().

string CLDRPluralRuleConverterExpression::$type

*

Definition at line 19 of file CLDRPluralRuleConverterExpression.php.

Referenced by __construct().


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