Home
last modified time | relevance | path

Searched refs:RULE_STOP (Results 1 – 3 of 3) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DRuleStopState.php11 return self::RULE_STOP;
H A DATNState.php21 public const RULE_STOP = 7; define in Antlr\\Antlr4\\Runtime\\Atn\\States\\ATNState
36 'RULE_STOP',
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php855 case ATNState::RULE_STOP: