Home
last modified time | relevance | path

Searched defs:vocabulary (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php19 private $vocabulary; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFASerializer
21 public function __construct(DFA $dfa, Vocabulary $vocabulary) argument
H A DDFA.php161 public function toString(Vocabulary $vocabulary) : string argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php436 public function toStringVocabulary(Vocabulary $vocabulary) : string argument
479 protected function elementName(Vocabulary $vocabulary, int $a) : string argument
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php629 public static function vocabulary() : Vocabulary function in ComboStrap\\PageSqlParser\\PageSqlLexer