Searched refs:startState (Results 1 – 4 of 4) sorted by relevance
111 * @param DFAState $startState The start state corresponding to the116 public function setPrecedenceStartState(int $precedence, DFAState $startState) : void argument137 $this->s0->edges[$precedence] = $startState;
10 public $startState; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\BlockEndState
318 $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);
160 $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);