Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DTokenSource.php84 public function getTokenFactory() : TokenFactory; function
H A DRecognizer.php220 abstract public function getTokenFactory() : TokenFactory; function in Antlr\\Antlr4\\Runtime\\Recognizer
H A DParser.php375 public function getTokenFactory() : TokenFactory function in Antlr\\Antlr4\\Runtime\\Parser
377 return $this->tokenStream()->getTokenSource()->getTokenFactory();
H A DLexer.php279 public function getTokenFactory() : TokenFactory function in Antlr\\Antlr4\\Runtime\\Lexer
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php698 return $recognizer->getTokenFactory()->createEx(