Home
last modified time | relevance | path

Searched refs:prediction (Results 1 – 8 of 8) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php64 public $prediction = 0; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFAState
139 $s .= $this->prediction;
H A DDFASerializer.php79 return $baseStateStr . '=>' . $state->prediction;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DProxyErrorListener.php86 int $prediction, argument
90 …tener->reportContextSensitivity($recognizer, $dfa, $startIndex, $stopIndex, $prediction, $configs);
H A DANTLRErrorListener.php54 int $prediction, argument
H A DBaseErrorListener.php57 int $prediction, argument
H A DDiagnosticErrorListener.php97 int $prediction, argument
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php339 return $dfaState->prediction;
806 … $prediction = $this->atn->ruleToTokenType[$firstConfigWithRuleStopState->state->ruleIndex];
808 $proposed->prediction = $prediction ?? 0;
H A DParserATNSimulator.php581 return $D->prediction;
683 $D->prediction = $predictedAlt;
699 $D->prediction = $conflictingAlts->minValue();
710 $D->prediction = ATN::INVALID_ALT_NUMBER;
735 $dfaState->prediction = ATN::INVALID_ALT_NUMBER; // make sure we use preds
745 $dfaState->prediction = $altsToCollectPredsFrom->minValue();
2447 int $prediction, argument
2470 $prediction,