Home
last modified time | relevance | path

Searched refs:pushMode (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerPushModeAction.php11 * Implements the `pushMode` lexer action by calling {@see Lexer::pushMode()}
29 * @return int The lexer mode for this `pushMode` command.
59 * This action is implemented by calling {@see Lexer::pushMode()} with the
64 $lexer->pushMode($this->mode);
87 return \sprintf('pushMode(%d)', $this->mode);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php251 public function pushMode(int $m) : void function in Antlr\\Antlr4\\Runtime\\Lexer