Home
last modified time | relevance | path

Searched refs:BLOCK_END (Results 1 – 4 of 4) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php1956 if ($returnState->getStateType() === ATNState::BLOCK_END && $returnStateTarget->equals($p)) {
1975 if ($returnStateTarget->getStateType() === ATNState::BLOCK_END
H A DATNDeserializer.php860 case ATNState::BLOCK_END:
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DBlockEndState.php14 return self::BLOCK_END;
H A DATNState.php22 public const BLOCK_END = 8; define in Antlr\\Antlr4\\Runtime\\Atn\\States\\ATNState
37 'BLOCK_END',