The precedence value used when the operator is on the top of the stack.
protected int right_precedence;
val mutable right_precedence : int
Thank you.