Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php11 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 DANTLRErrorListener.php12 use Antlr\Antlr4\Runtime\Utils\BitSet; alias
36 ?BitSet $ambigAlts,
45 ?BitSet $conflictingAlts,
H A DBaseErrorListener.php12 use Antlr\Antlr4\Runtime\Utils\BitSet; alias
37 ?BitSet $ambigAlts,
47 ?BitSet $conflictingAlts,
H A DProxyErrorListener.php12 use Antlr\Antlr4\Runtime\Utils\BitSet; alias
53 ?BitSet $ambigAlts,
66 ?BitSet $conflictingAlts,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php13 use Antlr\Antlr4\Runtime\Utils\BitSet; alias
363 * @param array<BitSet> $altsets
374 * @param array<BitSet> $altsets a collection of alternative subsets
376 * @return bool If every >BitSet in `altsets` {@see BitSet::length()} > 1,
388 * @param array<BitSet> $altsets a collection of alternative subsets
390 * @return bool `true` if `altsets` contains a {@see BitSet} with
391 * {@see BitSet::length()} 1, otherwise `false`.
408 * @param array<BitSet> $altsets a collection of alternative subsets
410 * @return bool `true` if `altsets` contains a {@see BitSet} wit
[all...]
H A DATNConfigSet.php13 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 DParserATNSimulator.php35 use Antlr\Antlr4\Runtime\Utils\BitSet; alias
1310 protected function getPredsForAmbigAlts(BitSet $ambigAlts, ATNConfigSet $configs, int $nalts) : ?array
1367 protected function getPredicatePredictions(?BitSet $ambigAlts, array $altToPred) : ?array
1531 ) : BitSet {
1532 $predictions = new BitSet();
2201 * Gets a {@see BitSet} containing the alternatives in `configs`
2206 * @return BitSet The alternatives in `configs` which are part of one or
2209 * an empty {@see BitSet}.
2211 protected function getConflictingAlts(ATNConfigSet $configs) : BitSet
2254 protected function getConflictingAltsOrUniqueAlt(ATNConfigSet $configs) : ?BitSet
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php18 use Antlr\Antlr4\Runtime\Utils\BitSet; alias
67 new BitSet(),
118 new BitSet(),
152 * @param BitSet $calledRuleStack A set used for preventing
156 * `new BitSet()` for
180 BitSet $calledRuleStack,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php9 final class BitSet class
19 public function or(BitSet $set) : void
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D27.27.js.map1 …\n 'BigInt',\n 'BitArray',\n 'BitMatrix',\n 'BitSet',\n 'BitVec…
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DCHANGES.txt3726 # bug fix: assigning a negative value to a dataAtomNumberField value caused BitSet.set() exception