MediaWiki  REL1_22
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 570 of file CLDRPluralRuleEvaluator.php.


Constructor & Destructor Documentation

CLDRPluralRuleConverter_Expression::__construct ( parser,
type,
rpn,
pos,
length 
)

Definition at line 573 of file CLDRPluralRuleEvaluator.php.


Member Function Documentation


Member Data Documentation

CLDRPluralRuleConverter_Expression::$rpn

Definition at line 571 of file CLDRPluralRuleEvaluator.php.

CLDRPluralRuleConverter_Expression::$type

Definition at line 571 of file CLDRPluralRuleEvaluator.php.


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