Home
last modified time | relevance | path

Searched refs:BlockEndState (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DBlockStartState.php9 /** @var BlockEndState|null */
H A DBlockEndState.php7 final class BlockEndState extends ATNState class
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php20 use Antlr\Antlr4\Runtime\Atn\States\BlockEndState; alias
278 if (!$endState instanceof BlockEndState) {
522 $bypassStop = new BlockEndState();
706 case $state instanceof BlockEndState:
861 $s = new BlockEndState();
H A DParserATNSimulator.php9 use Antlr\Antlr4\Runtime\Atn\States\BlockEndState; alias
1839 * c. lies within expr but at a state not the BlockEndState
1936 if (!$blockEndState instanceof BlockEndState) {