Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerPopModeAction.php11 * Implements the `popMode` lexer action by calling {@see Lexer::popMode()}.
13 * The `popMode` command does not have any parameters, so this action is
53 * This action is implemented by calling {@see Lexer::popMode()}.
57 $lexer->popMode();
76 return 'popMode';
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php258 public function popMode() : int function in Antlr\\Antlr4\\Runtime\\Lexer