Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php376 public function getHiddenTokensToRight(int $tokenIndex, int $channel) : ?array argument
399 public function getHiddenTokensToLeft(int $tokenIndex, int $channel) : ?array argument
[all...]
H A DCommonToken.php256 public function setTokenIndex(int $tokenIndex) : void argument