Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php8 use Antlr\Antlr4\Runtime\Atn\States\RuleStopState; alias
202 * Checks if any configuration in `configs` is in a {@see RuleStopState}.
209 * `configs` is in a {@see RuleStopState}, otherwise `false`.
214 if ($c->state instanceof RuleStopState) {
223 * Checks if all configurations in `configs` are in a {@see RuleStopState}.
230 * `configs` are in a {@see RuleStopState}, otherwise `false`.
235 if (!$c->state instanceof RuleStopState) {
H A DATNDeserializer.php27 use Antlr\Antlr4\Runtime\Atn\States\RuleStopState; alias
339 if (!$state instanceof RuleStopState) {
616 && $maybeLoopEndState->getTransition(0)->target instanceof RuleStopState) {
645 && $maybeLoopEndState->getTransition(0)->target instanceof RuleStopState) {
717 $this->checkCondition($state->getNumberOfTransitions() <= 1 || $state instanceof RuleStopState);
856 $s = new RuleStopState();
H A DATN.php11 use Antlr\Antlr4\Runtime\Atn\States\RuleStopState; alias
48 * @var array<RuleStopState>
175 * {@see RuleStopState} of the outermost context without matching any
H A DLexerATNSimulator.php8 use Antlr\Antlr4\Runtime\Atn\States\RuleStopState; alias
485 if ($config->state instanceof States\RuleStopState) {
791 if ($config->state instanceof RuleStopState) {
H A DParserATNSimulator.php12 use Antlr\Antlr4\Runtime\Atn\States\RuleStopState; alias
921 if ($c->state instanceof RuleStopState) {
1043 * `configs` which are in a {@see RuleStopState}. If all configurations in
1074 if ($config->state instanceof RuleStopState) {
1474 || ($c->state instanceof RuleStopState && $c->context !== null && $c->context->hasEmptyPath())) {
1632 if ($config->state instanceof RuleStopState) {
1741 if ($config->state instanceof RuleStopState) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DRuleStopState.php7 final class RuleStopState extends ATNState class
H A DRuleStartState.php9 /** @var RuleStopState|null */
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php10 use Antlr\Antlr4\Runtime\Atn\States\RuleStopState; alias
204 if ($s instanceof RuleStopState) {