Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php227 $target = $this->computeTargetState($input, $s, $t);
295 protected function computeTargetState(CharStream $input, DFAState $s, int $t) : DFAState function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
H A DParserATNSimulator.php485 $D = $this->computeTargetState($dfa, $previousD, $t);
649 public function computeTargetState(DFA $dfa, DFAState $previousD, int $t) : ?DFAState function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator