|
MediaWiki
REL1_20
|
Helper for CLDRPluralRuleConverter. More...


Public Member Functions | |
| __construct ($parser, $type, $rpn, $pos, $length) | |
| isType ($type) | |
Public Attributes | |
| $rpn | |
| $type | |
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.
| CLDRPluralRuleConverter_Expression::__construct | ( | $ | parser, |
| $ | type, | ||
| $ | rpn, | ||
| $ | pos, | ||
| $ | length | ||
| ) |
Definition at line 478 of file CLDRPluralRuleEvaluator.php.
References CLDRPluralRuleConverter_Fragment\$length, CLDRPluralRuleConverter_Fragment\$parser, CLDRPluralRuleConverter_Fragment\$pos, $rpn, and $type.
Definition at line 484 of file CLDRPluralRuleEvaluator.php.
References $type.
| 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().