|
MediaWiki
REL1_23
|
Helper for CLDRPluralRuleConverter. More...


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