/**
 * @class Ext.parse.symbol.InfixRight
 * @extend Ext.parse.symbol.Infix
 * This class represents an right-associative, infix (binary) operator.
 * @private
 */