Home
last modified time | relevance | path

Searched refs:createEx (Results 1 – 4 of 4) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php698 return $recognizer->getTokenFactory()->createEx(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php324 $token = $this->factory->createEx(
348 $eof = $this->factory->createEx(
H A DCommonTokenFactory.php60 public function createEx( function in Antlr\\Antlr4\\Runtime\\CommonTokenFactory
H A DTokenFactory.php21 public function createEx( function