Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php22 private $displayNames; variable in Antlr\\Antlr4\\Runtime\\VocabularyImpl
44 …function __construct(array $literalNames = [], array $symbolicNames = [], array $displayNames = []) argument
48 $this->displayNames = $displayNames;
52 \count($this->displayNames),
154 if ($tokenType >= 0 && $tokenType < \count($this->displayNames)) {
155 $displayName = $this->displayNames[$tokenType];