Home
last modified time | relevance | path

Searched refs:SingletonPredictionContext (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php96 return SingletonPredictionContext::create($parent, $transition->followState->stateNumber);
139 if ($a instanceof SingletonPredictionContext && $b instanceof SingletonPredictionContext) {
156 if ($a instanceof SingletonPredictionContext) {
160 if ($b instanceof SingletonPredictionContext) {
172 * Merge two {@see SingletonPredictionContext} instances.
188 * @param SingletonPredictionContext $a The first {@see SingletonPredictionContext}
189 * @param SingletonPredictionContext $b The second {@see SingletonPredictionContext}
[all...]
H A DSingletonPredictionContext.php15 class SingletonPredictionContext extends PredictionContext class
38 return new SingletonPredictionContext($returnState, $parent);
H A DEmptyPredictionContext.php7 final class EmptyPredictionContext extends SingletonPredictionContext
H A DArrayPredictionContext.php42 public static function fromOne(SingletonPredictionContext $ctx) : self
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php17 use Antlr\Antlr4\Runtime\PredictionContexts\SingletonPredictionContext; alias
253 $newContext = SingletonPredictionContext::create($context, $t->followState->stateNumber);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php21 use Antlr\Antlr4\Runtime\PredictionContexts\SingletonPredictionContext; alias
574 $newContext = SingletonPredictionContext::create($config->context, $t->followState->stateNumber);
H A DParserATNSimulator.php31 use Antlr\Antlr4\Runtime\PredictionContexts\SingletonPredictionContext; alias
2195 $newContext = SingletonPredictionContext::create($config->context, $returnState->stateNumber);