Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php366 $this->getTokenErrorDisplay($e->getOffendingToken()),
416 $tokenName = $this->getTokenErrorDisplay($t);
459 $this->getTokenErrorDisplay($t)
727 protected function getTokenErrorDisplay(?Token $t) : string function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy