Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php661 $this->checkCondition($state->epsilonOnlyTransitions || $state->getNumberOfTransitions() <= 1);
665 $this->checkCondition($state->loopBackState !== null);
670 $this->checkCondition($state->loopBackState !== null);
671 $this->checkCondition($state->getNumberOfTransitions() === 2);
674 $this->checkCondition($state->getTransition(1)->target instanceof LoopEndState);
675 $this->checkCondition(!$state->nonGreedy);
677 $this->checkCondition($state->getTransition(1)->target instanceof StarBlockStartState);
678 $this->checkCondition($state->nonGreedy);
686 $this->checkCondition($state->getNumberOfTransitions() === 1);
687 $this->checkCondition(
722 private function checkCondition(?bool $condition, $message = 'IllegalState') : void global() function in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializer
[all...]