Home
last modified time | relevance | path

Searched refs:LoopEndState (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DLoopEndState.php7 final class LoopEndState extends ATNState class
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php23 use Antlr\Antlr4\Runtime\Atn\States\LoopEndState; alias
255 if (!$s instanceof LoopEndState) {
540 if (!$state instanceof LoopEndState) {
611 if (!$maybeLoopEndState instanceof LoopEndState) {
643 if ($maybeLoopEndState instanceof LoopEndState) {
674 $this->checkCondition($state->getTransition(1)->target instanceof LoopEndState);
676 } elseif ($state->getTransition(0)->target instanceof LoopEndState) {
691 case $state instanceof LoopEndState:
881 $s = new LoopEndState();