Home
last modified time | relevance | path

Searched +defs:t +defs:alt (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php625 public function getExistingTargetState(DFAState $previousD, int $t) : ?DFAState
649 public function computeTargetState(DFA $dfa, DFAState $previousD, int $t) : ?DFAState
890 protected function computeReachSet(ATNConfigSet $closure, int $t, bool $fullCtx) : ?ATNConfigSet
1577 int $alt,
2000 Transition $t,
2056 protected function actionTransition(ATNConfig $config, ActionTransition $t) : ATNConfig
2184 protected function ruleTransition(ATNConfig $config, RuleTransition $t) : ATNConfig
2267 public function getTokenName(int $t) : string
2339 protected function addDFAEdge(DFA $dfa, ?DFAState $from, int $t, ?DFAState $to) : ?DFAState