Home
last modified time | relevance | path

Searched refs:PUSH_MODE (Results 1 – 3 of 3) sorted by path

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php915 case LexerActionType::PUSH_MODE:
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerActionType.php37 public const PUSH_MODE = 5; define in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerActionType
H A DLexerPushModeAction.php39 * @return int This method returns {@see LexerActionType::PUSH_MODE}.
43 return LexerActionType::PUSH_MODE;