Home
last modified time | relevance | path

Searched refs:POP_MODE (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerActionType.php32 public const POP_MODE = 4; define in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerActionType
H A DLexerPopModeAction.php33 * @return int This method returns {@see LexerActionType::POP_MODE}.
37 return LexerActionType::POP_MODE;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php912 case LexerActionType::POP_MODE: