Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DTokenSource.php69 * Set the {@see TokenFactory} this token source should use for creating
72 * @param TokenFactory $factory The {@see TokenFactory} to use
75 public function setTokenFactory(TokenFactory $factory) : void;
78 * Gets the {@see TokenFactory} this token source is currently using
81 * @return TokenFactory The {@see TokenFactory} currently used
84 public function getTokenFactory() : TokenFactory;
H A DRecognizer.php220 abstract public function getTokenFactory() : TokenFactory;
221 abstract public function setTokenFactory(TokenFactory $input) : void;
H A DTokenFactory.php14 interface TokenFactory interface
H A DCommonTokenFactory.php10 * This default implementation of {@see TokenFactory} creates
13 final class CommonTokenFactory implements TokenFactory
H A DLexer.php35 /** @var TokenFactory */
279 public function getTokenFactory() : TokenFactory
284 public function setTokenFactory(TokenFactory $factory) : void
H A DParser.php375 public function getTokenFactory() : TokenFactory
383 public function setTokenFactory(TokenFactory $factory) : void