Searched refs:StarLoopEntryState (Results 1 – 4 of 4) sorted by relevance
8 use Antlr\Antlr4\Runtime\Atn\States\StarLoopEntryState; alias51 if ($atnStartState instanceof StarLoopEntryState) {
7 final class StarLoopEntryState extends DecisionState class
30 use Antlr\Antlr4\Runtime\Atn\States\StarLoopEntryState; alias454 if ($target instanceof StarLoopEntryState) {605 if (!$state instanceof StarLoopEntryState) {633 if (!$state instanceof StarLoopEntryState) {669 case $state instanceof StarLoopEntryState:687 … $this->checkCondition($state->getTransition(0)->target instanceof StarLoopEntryState);871 $s = new StarLoopEntryState();
13 use Antlr\Antlr4\Runtime\Atn\States\StarLoopEntryState; alias1909 || ($p instanceof StarLoopEntryState && !$p->isPrecedenceDecision)