Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php46 $label = $this->getEdgeLabel($i);
56 protected function getEdgeLabel(int $i) : string function in Antlr\\Antlr4\\Runtime\\Dfa\\DFASerializer
H A DLexerDFASerializer.php17 protected function getEdgeLabel(int $i) : string function in Antlr\\Antlr4\\Runtime\\Dfa\\LexerDFASerializer