Lines Matching refs:atn
299 ATN $atn,
303 parent::__construct($atn, $sharedContextCache);
316 $decisionState = $this->atn->getDecisionState($d);
703 $decisionState = $this->atn->getDecisionState($dfa->decision);
1081 $nextTokens = $this->atn->nextTokens($config->state);
1084 $endOfRuleState = $this->atn->ruleToStopState[$config->state->ruleIndex];
1096 $initialContext = PredictionContext::fromRuleContext($this->atn, $ctx);
1304 return $trans->matches($ttype, 0, $this->atn->maxTokenType) ? $trans->target : null;
1666 $returnState = $this->atn->states[$config->context->getReturnState($i)];
1920 $returnState = $this->atn->states[$config->context->getReturnState($i)];
1934 $blockEndState = $this->atn->states[$blockEndStateNum];
1946 $returnState = $this->atn->states[$returnStateNumber];
2351 if ($from === null || $t < -1 || $t > $this->atn->maxTokenType) {
2356 $from->edges = new \SplFixedArray($this->atn->maxTokenType + 1 + 1);