Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php403 $trans = $this->edgeFactory($atn, $ttype, $src, $trg, $arg1, $arg2, $arg3, $sets);
760 private function edgeFactory( function in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializer