Lines Matching refs:alt
15 * A tuple: (ATN state, predicted alt, syntactic, semantic context).
38 * What alt (or lexer rule) is predicted by this configuration.
42 public $alt;
85 ?int $alt = null
93 $this->alt = $alt ?? 0;
98 $this->alt = $alt ?? $oldConfig->alt;
140 && $this->alt === $other->alt
151 $this->alt,
162 $buf .= ',' . $this->alt;
187 $this->alt,