Lines Matching refs:int

262     /** @var int */
285 /** @var int */
324 public function adaptivePredict(TokenStream $input, int $decision, ParserRuleContext $outerContext) : int
458 int $startIndex,
460 ) : ?int {
619 * @param int $t The next input symbol
625 public function getExistingTargetState(DFAState $previousD, int $t) : ?DFAState
642 * @param int $t The next input symbol
649 public function computeTargetState(DFA $dfa, DFAState $previousD, int $t) : ?DFAState
757 int $startIndex,
759 ) : int {
890 protected function computeReachSet(ATNConfigSet $closure, int $t, bool $fullCtx) : ?ATNConfigSet
1128 * e[int prec]
1302 protected function getReachableTarget(Transition $trans, int $ttype) : ?ATNState
1310 protected function getPredsForAmbigAlts(BitSet $ambigAlts, ATNConfigSet $configs, int $nalts) : ?array
1431 * @return int The value to return from {@see ParserATNSimulator::adaptivePredict()},
1441 ) : int {
1468 protected function getAltThatFinishedDecisionEntryRule(ATNConfigSet $configs) : int
1577 int $alt,
1621 int $depth,
1717 int $depth,
1989 public function getRuleName(int $index) : string
2267 public function getTokenName(int $t) : string
2292 int $startIndex
2304 protected static function getUniqueAlt(ATNConfigSet $configs) : int
2332 * @param int $t The input symbol
2339 protected function addDFAEdge(DFA $dfa, ?DFAState $from, int $t, ?DFAState $to) : ?DFAState
2418 int $startIndex,
2419 int $stopIndex
2447 int $prediction,
2449 int $startIndex,
2450 int $stopIndex
2482 int $startIndex,
2483 int $stopIndex,
2513 public function setPredictionMode(int $mode) : void
2518 public function getPredictionMode() : int