Searched refs:BitSet (Results 1 – 9 of 9) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/ |
| H A D | DiagnosticErrorListener.php | 11 use Antlr\Antlr4\Runtime\Utils\BitSet; alias 54 ?BitSet $ambigAlts, 78 ?BitSet $conflictingAlts, 141 * @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 155 $result = new BitSet();
|
| H A D | ANTLRErrorListener.php | 12 use Antlr\Antlr4\Runtime\Utils\BitSet; alias 36 ?BitSet $ambigAlts, 45 ?BitSet $conflictingAlts,
|
| H A D | BaseErrorListener.php | 12 use Antlr\Antlr4\Runtime\Utils\BitSet; alias 37 ?BitSet $ambigAlts, 47 ?BitSet $conflictingAlts,
|
| H A D | ProxyErrorListener.php | 12 use Antlr\Antlr4\Runtime\Utils\BitSet; alias 53 ?BitSet $ambigAlts, 66 ?BitSet $conflictingAlts,
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | PredictionMode.php | 13 use Antlr\Antlr4\Runtime\Utils\BitSet; alias 472 * @return BitSet the set of represented alternatives in `altsets`. 474 public static function getAlts(array $altsets) : BitSet 476 $all = new BitSet(); 524 $alts = new BitSet(); 548 $alts = new BitSet(); 561 if ($value instanceof BitSet && $value->length() === 1) {
|
| H A D | ATNConfigSet.php | 13 use Antlr\Antlr4\Runtime\Utils\BitSet; alias 59 * @var BitSet|null 221 * @return BitSet The set of represented alternatives in this configuration set. 223 public function getAlts() : BitSet 225 $alts = new BitSet(); 367 public function getConflictingAlts() : ?BitSet 372 public function setConflictingAlts(BitSet $conflictingAlts) : void
|
| H A D | ParserATNSimulator.php | 35 use Antlr\Antlr4\Runtime\Utils\BitSet; alias 1310 …protected function getPredsForAmbigAlts(BitSet $ambigAlts, ATNConfigSet $configs, int $nalts) : ?a… 1367 protected function getPredicatePredictions(?BitSet $ambigAlts, array $altToPred) : ?array 1531 ) : BitSet { 1532 $predictions = new BitSet(); 2206 * @return BitSet The alternatives in `configs` which are part of one or 2211 protected function getConflictingAlts(ATNConfigSet $configs) : BitSet 2254 protected function getConflictingAltsOrUniqueAlt(ATNConfigSet $configs) : ?BitSet 2257 $conflictingAlts = new BitSet(); 2416 ?BitSet $conflictingAlts, [all …]
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | LL1Analyzer.php | 18 use Antlr\Antlr4\Runtime\Utils\BitSet; alias 67 new BitSet(), 118 new BitSet(), 152 * @param BitSet $calledRuleStack A set used for preventing 180 BitSet $calledRuleStack,
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/ |
| H A D | BitSet.php | 9 final class BitSet class 19 public function or(BitSet $set) : void
|