Home
last modified time | relevance | path

Searched refs:LexerATNConfig (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php369 if (!$cfg instanceof LexerATNConfig) {
398 $config = new LexerATNConfig($cfg, $target, null, $lexerExecutor);
455 $cfg = new LexerATNConfig(null, $target, $initialContext, null, $i + 1);
473 LexerATNConfig $config,
505 $configs->add(new LexerATNConfig($config, $config->state, PredictionContext::empty()));
514 $cfg = new LexerATNConfig($config, $returnState, $newContext);
560 LexerATNConfig $config,
565 ) : ?LexerATNConfig {
575 $cfg = new LexerATNConfig($config, $t->target, $newContext);
612 $cfg = new LexerATNConfig(
[all...]
H A DLexerATNConfig.php13 final class LexerATNConfig extends ATNConfig class
79 private static function checkNonGreedyDecision(LexerATNConfig $source, ATNState $target) : bool