Home
last modified time | relevance | path

Searched refs:Vocabulary (Results 1 – 8 of 8) sorted by last modified time

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php16 use Antlr\Antlr4\Runtime\Vocabulary; alias
629 public static function vocabulary() : Vocabulary
672 public function getVocabulary() : Vocabulary
H A DPageSqlParser.php19 use Antlr\Antlr4\Runtime\Vocabulary; alias
277 public function getVocabulary() : Vocabulary
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabulary.php13 interface Vocabulary interface
H A DVocabularyImpl.php8 * This class provides a default implementation of the {@see Vocabulary}
13 final class VocabularyImpl implements Vocabulary
59 * Gets an empty {@see Vocabulary} instance.
62 * {@see Vocabulary::getDisplayName()} returns the numeric value for
84 * @return Vocabulary A {@see Vocabulary} instance which uses `tokenNames`
87 public static function fromTokenNames(array $tokenNames = []) : Vocabulary
H A DIntervalSet.php436 public function toStringVocabulary(Vocabulary $vocabulary) : string
479 protected function elementName(Vocabulary $vocabulary, int $a) : string
H A DRecognizer.php43 * @return Vocabulary A {@see Vocabulary} instance providing information
46 abstract public function getVocabulary() : Vocabulary;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php8 use Antlr\Antlr4\Runtime\Vocabulary; alias
18 /** @var Vocabulary */
21 public function __construct(DFA $dfa, Vocabulary $vocabulary)
H A DDFA.php10 use Antlr\Antlr4\Runtime\Vocabulary; alias
161 public function toString(Vocabulary $vocabulary) : string