Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php367 $expectedTokens->toStringVocabulary($recognizer->getVocabulary())
422 $expecting->toStringVocabulary($recognizer->getVocabulary())
458 $expecting->toStringVocabulary($recognizer->getVocabulary()),
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php436 public function toStringVocabulary(Vocabulary $vocabulary) : string function in Antlr\\Antlr4\\Runtime\\IntervalSet