Searched refs:getChannel (Results 1 – 6 of 6) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ | ||
| H A D | BufferedTokenStream.php | 336 while ($token->getChannel() !== $channel) { |
| H A D | Token.php | 76 public function getChannel() : int; function |
| H A D | CommonTokenStream.php | 124 if ($t->getChannel() === $this->channel) { |
| H A D | CommonToken.php | 221 public function getChannel() : int function in Antlr\\Antlr4\\Runtime\\CommonToken |
| H A D | Lexer.php | 459 public function getChannel() : int function in Antlr\\Antlr4\\Runtime\\Lexer |
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ | ||
| H A D | LexerChannelAction.php | 36 public function getChannel() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerChannelAction |