Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php157 $a = ArrayPredictionContext::fromOne($a);
161 $b = ArrayPredictionContext::fromOne($b);
164 if (!$a instanceof ArrayPredictionContext || !$b instanceof ArrayPredictionContext) {
273 $apc = new ArrayPredictionContext($parents, $payloads);
295 $a_ = new ArrayPredictionContext($parents, $payloads);
364 return new ArrayPredictionContext($parents, $payloads);
372 return new ArrayPredictionContext($parents, $payloads);
404 ArrayPredictionContext $a,
405 ArrayPredictionContext $b,
512 $M = new ArrayPredictionContext($mergedParents, $mergedReturnStates);
[all …]
H A DArrayPredictionContext.php10 final class ArrayPredictionContext extends PredictionContext class
44 return new ArrayPredictionContext([$ctx->parent], [$ctx->returnState]);