Home
last modified time | relevance | path

Searched defs:tokenSource (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php27 protected $tokenSource; variable in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
74 public function __construct(TokenSource $tokenSource) argument
273 public function setTokenSource(TokenSource $tokenSource) : void argument
[all...]
H A DCommonTokenStream.php53 public function __construct(TokenSource $tokenSource, int $channel = Token::DEFAULT_CHANNEL) argument