Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php111 * @param DFAState $startState The start state corresponding to the
116 public function setPrecedenceStartState(int $precedence, DFAState $startState) : void argument
137 $this->s0->edges[$precedence] = $startState;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DBlockEndState.php10 public $startState; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\BlockEndState
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php318 $startState = $atn->states[$s];
320 if (!$startState instanceof RuleStartState) {
324 $atn->ruleToStartState[$i] = $startState;
435 if ($state->endState->startState !== null) {
439 $state->endState->startState = $state;
529 $bypassStop->startState = $bypassStart;
707 $this->checkCondition($state->startState !== null);
H A DLexerATNSimulator.php160 $startState = $this->atn->modeToStartState[$this->mode];
163 … $this->log[] = \sprintf('matchATN mode %d start: %s', $this->mode, (string) $startState);
168 $s0_closure = $this->computeStartState($input, $startState);