Home
last modified time | relevance | path

Searched refs:StarLoopEntryState (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php8 use Antlr\Antlr4\Runtime\Atn\States\StarLoopEntryState; alias
51 if ($atnStartState instanceof StarLoopEntryState) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DStarLoopEntryState.php7 final class StarLoopEntryState extends DecisionState class
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php30 use Antlr\Antlr4\Runtime\Atn\States\StarLoopEntryState; alias
454 if ($target instanceof StarLoopEntryState) {
533 // wrap from the beginning of the rule to the StarLoopEntryState
605 if (!$state instanceof StarLoopEntryState) {
624 * Analyze the {@see StarLoopEntryState} states in the specified ATN to set
625 * the {@see StarLoopEntryState::$isPrecedenceDecision} field to the correct
633 if (!$state instanceof StarLoopEntryState) {
669 case $state instanceof StarLoopEntryState:
687 $this->checkCondition($state->getTransition(0)->target instanceof StarLoopEntryState);
871 $s = new StarLoopEntryState();
[all...]
H A DParserATNSimulator.php13 use Antlr\Antlr4\Runtime\Atn\States\StarLoopEntryState; alias
1810 * StarLoopEntryState after popping context at the rule end state
1820 * closure is at a StarLoopEntryState generated during LR removal.
1850 * StarLoopEntryState any lookahead operation will have consumed a
1852 * StarLoopEntryState. We do not have to evaluate predicates
1853 * therefore if we are in the generated StarLoopEntryState of a LR
1857 * StarLoopEntryState. That means it is not performing closure on
1858 * StarLoopEntryState during compute-start-state.
1866 * again to StarLoopEntryState to match +b. In this special case,
1897 /* First check to see if we are in StarLoopEntryState generate
[all...]