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.php64 $lexer->pushMode($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