Home
last modified time | relevance | path

Searched refs:endState (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DATNDeserializer.php276 $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 …]
DParserATNSimulator.php1929 … if (!$decisionStartState instanceof BlockStartState || $decisionStartState->endState === null) {
1933 $blockEndStateNum = $decisionStartState->endState->stateNumber;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/States/
DBlockStartState.php10 public $endState; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\BlockStartState