Lines Matching refs:SingletonPredictionContext
96 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) {
188 * @param SingletonPredictionContext $a The first {@see SingletonPredictionContext}
189 … * @param SingletonPredictionContext $b The second {@see SingletonPredictionContext}
194 SingletonPredictionContext $a,
195 SingletonPredictionContext $b,
244 $spc = SingletonPredictionContext::create($parent, $a->returnState);
342 SingletonPredictionContext $a,
343 SingletonPredictionContext $b,
497 $a_ = SingletonPredictionContext::create($mergedParents[0], $mergedReturnStates[0]);
622 $updated = SingletonPredictionContext::create($parents[0], $context->getReturnState(0));