Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php141 * @param BitSet|null $reportedAlts The set of conflicting or ambiguous
146 * @return BitSet `reportedAlts` if it is not `null`, otherwise returns
149 protected function getConflictingAlts(?BitSet $reportedAlts, ATNConfigSet $configs) : BitSet argument
151 if ($reportedAlts !== null) {
152 return $reportedAlts;