Lines Matching defs:ATNState
17 use Antlr\Antlr4\Runtime\Atn\States\ATNState;
237 if ($stype === ATNState::INVALID_TYPE) {
251 if ($stype === ATNState::LOOP_END) {
599 private function stateIsEndStateFor(ATNState $state, int $idx) : ?ATNState
819 private function stateFactory(int $type, int $ruleIndex) : ?ATNState
822 case ATNState::INVALID_TYPE:
825 case ATNState::BASIC:
830 case ATNState::RULE_START:
835 case ATNState::BLOCK_START:
840 case ATNState::PLUS_BLOCK_START:
845 case ATNState::STAR_BLOCK_START:
850 case ATNState::TOKEN_START:
855 case ATNState::RULE_STOP:
860 case ATNState::BLOCK_END:
865 case ATNState::STAR_LOOP_BACK:
870 case ATNState::STAR_LOOP_ENTRY:
875 case ATNState::PLUS_LOOP_BACK:
880 case ATNState::LOOP_END: