Lines Matching refs:precedence
14 public $precedence;
16 public function __construct(int $precedence = 0)
18 $this->precedence = $precedence;
23 return $parser->precpred($parserCallStack, $this->precedence);
28 if ($parser->precpred($parserCallStack, $this->precedence)) {
37 return Hasher::hash(31, $this->precedence);
50 return $this->precedence === $other->precedence;
55 return \sprintf('{%d>=prec}?', $this->precedence);