Searched refs:endState (Results 1 – 3 of 3) sorted by relevance
276 $endState = $atn->states[$pair[1]];278 if (!$endState instanceof BlockEndState) {282 $pair[0]->endState = $endState;430 if ($state->endState === null) {435 if ($state->endState->startState !== null) {439 $state->endState->startState = $state;526 $bypassStart->endState = $bypassStop;534 $endState = null;538 $endState = $state;558 $endState = $atn->ruleToStopState[$idx];[all …]
1929 … if (!$decisionStartState instanceof BlockStartState || $decisionStartState->endState === null) {1933 $blockEndStateNum = $decisionStartState->endState->stateNumber;
10 public $endState; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\BlockStartState