Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php295 protected function computeTargetState(CharStream $input, DFAState $s, int $t) : DFAState function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
H A DParserATNSimulator.php649 public function computeTargetState(DFA $dfa, DFAState $previousD, int $t) : ?DFAState function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator