Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DSingletonPredictionContext.php34 if ($returnState === PredictionContext::EMPTY_RETURN_STATE && $parent === null) {
86 if ($this->returnState === PredictionContext::EMPTY_RETURN_STATE) {
H A DArrayPredictionContext.php16 * returnState === {@see ArrayPredictionContext::EMPTY_RETURN_STATE}.
24 * {@see ArrayPredictionContext::EMPTY_RETURN_STATE} is always last.
60 // since EMPTY_RETURN_STATE can only appear in the last position, we don't need to verify that size==1
61 return $this->returnStates[0] === PredictionContext::EMPTY_RETURN_STATE;
108 if ($this->returnStates[$i] === PredictionContext::EMPTY_RETURN_STATE) {
H A DPredictionContext.php25 * Here, `$` = {@see PredictionContext::EMPTY_RETURN_STATE}.
27 public const EMPTY_RETURN_STATE = 0x7FFFFFFF; define in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext
110 return $this->getReturnState($this->getLength() - 1) === self::EMPTY_RETURN_STATE;
361 $payloads = [$b->returnState, self::EMPTY_RETURN_STATE];
369 $payloads = [$a->returnState, self::EMPTY_RETURN_STATE];
441 $bothDollars = $payload === self::EMPTY_RETURN_STATE && $a_parent === null && $b_parent === null;
H A DEmptyPredictionContext.php11 parent::__construct(PredictionContext::EMPTY_RETURN_STATE);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php511 if ($config->context->getReturnState($i) !== PredictionContext::EMPTY_RETURN_STATE) {
H A DParserATNSimulator.php1637 if ($config->context->getReturnState($i) === PredictionContext::EMPTY_RETURN_STATE) {