Searched refs:prediction (Results 1 – 8 of 8) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/ |
| H A D | DFAState.php | 64 public $prediction = 0; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFAState 139 $s .= $this->prediction;
|
| H A D | DFASerializer.php | 79 return $baseStateStr . '=>' . $state->prediction;
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/ |
| H A D | ProxyErrorListener.php | 86 int $prediction, argument 90 …tener->reportContextSensitivity($recognizer, $dfa, $startIndex, $stopIndex, $prediction, $configs);
|
| H A D | ANTLRErrorListener.php | 54 int $prediction, argument
|
| H A D | BaseErrorListener.php | 57 int $prediction, argument
|
| H A D | DiagnosticErrorListener.php | 97 int $prediction, argument
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | LexerATNSimulator.php | 339 return $dfaState->prediction; 806 … $prediction = $this->atn->ruleToTokenType[$firstConfigWithRuleStopState->state->ruleIndex]; 808 $proposed->prediction = $prediction ?? 0;
|
| H A D | ParserATNSimulator.php | 581 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,
|