Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
DSingletonPredictionContext.php34 if ($returnState === PredictionContext::EMPTY_RETURN_STATE && $parent === null) {
86 if ($this->returnState === PredictionContext::EMPTY_RETURN_STATE) {
DArrayPredictionContext.php61 return $this->returnStates[0] === PredictionContext::EMPTY_RETURN_STATE;
108 if ($this->returnStates[$i] === PredictionContext::EMPTY_RETURN_STATE) {
DPredictionContext.php27 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;
DEmptyPredictionContext.php11 parent::__construct(PredictionContext::EMPTY_RETURN_STATE);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DLexerATNSimulator.php511 … if ($config->context->getReturnState($i) !== PredictionContext::EMPTY_RETURN_STATE) {
DParserATNSimulator.php1637 … if ($config->context->getReturnState($i) === PredictionContext::EMPTY_RETURN_STATE) {