Lines Matching defs:ATN
7 use Antlr\Antlr4\Runtime\Atn\ATN;
29 /** @var ATN */
32 public function __construct(ATN $atn)
44 * @param ATNState|null $s The ATN state
85 * Compute set of tokens that can follow `s` in the ATN in the
93 * @param ATNState $s The ATN state.
94 * @param ATNState|null $stopState The ATN state to stop at. This can be
100 * @return IntervalSet The set of tokens that can follow `s` in the ATN
127 * Compute set of tokens that can follow `s` in the ATN in the
136 * @param ATNState $s The ATN state.
137 * @param ATNState|null $stopState The ATN state to stop at.
147 * epsilon closures in the ATN
153 * left recursion in the ATN