Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php336 while ($token->getChannel() !== $channel) {
362 while ($i >= 0 && $this->tokens[$i]->getChannel() !== $channel) {
430 if ($t->getChannel() !== Lexer::DEFAULT_TOKEN_CHANNEL) {
433 } elseif ($t->getChannel() === $channel) {
H A DToken.php76 public function getChannel() : int; function
H A DCommonTokenStream.php124 if ($t->getChannel() === $this->channel) {
H A DCommonToken.php221 public function getChannel() : int function in Antlr\\Antlr4\\Runtime\\CommonToken
H A DLexer.php459 public function getChannel() : int function in Antlr\\Antlr4\\Runtime\\Lexer
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerChannelAction.php36 public function getChannel() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerChannelAction