Lines Matching refs:cfg
368 foreach ($closure->elements() as $cfg) {
369 if (!$cfg instanceof LexerATNConfig) {
373 $currentAltReachedAcceptState = ($cfg->alt === $skipAlt);
375 if ($currentAltReachedAcceptState && $cfg->isPassedThroughNonGreedyDecision()) {
383 $cfg->toString(true)
387 foreach ($cfg->state->getTransitions() as $trans) {
391 $lexerExecutor = $cfg->getLexerActionExecutor();
398 $config = new LexerATNConfig($cfg, $target, null, $lexerExecutor);
410 $skipAlt = $cfg->alt;
455 $cfg = new LexerATNConfig(null, $target, $initialContext, null, $i + 1);
456 $this->closure($input, $cfg, $configs, false, false, false);
479 $cfg = null;
514 $cfg = new LexerATNConfig($config, $returnState, $newContext);
517 $cfg,
538 $cfg = $this->getEpsilonTarget($input, $config, $trans, $configs, $speculative, $treatEofAsEpsilon);
540 if ($cfg !== null) {
543 $cfg,
566 $cfg = null;
575 $cfg = new LexerATNConfig($config, $t->target, $newContext);
612 $cfg = new LexerATNConfig($config, $t->target);
640 $cfg = new LexerATNConfig($config, $t->target, null, $lexerActionExecutor);
643 $cfg = new LexerATNConfig($config, $t->target);
649 $cfg = new LexerATNConfig($config, $t->target);
658 $cfg = new LexerATNConfig($config, $t->target);
665 $cfg = null;
668 return $cfg;