Searched refs:getReturnState (Results 1 – 6 of 6) sorted by relevance
110 return $this->getReturnState($this->getLength() - 1) === self::EMPTY_RETURN_STATE;125 abstract public function getReturnState(int $index) : int; function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext622 $updated = SingletonPredictionContext::create($parents[0], $context->getReturnState(0));
55 public function getReturnState(int $index) : int function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\SingletonPredictionContext
74 public function getReturnState(int $index) : int function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\ArrayPredictionContext
224 $returnState = $this->atn->states[$context->getReturnState($i)];
511 … if ($config->context->getReturnState($i) !== PredictionContext::EMPTY_RETURN_STATE) {513 $returnState = $this->atn->states[$config->context->getReturnState($i)];
1637 … if ($config->context->getReturnState($i) === PredictionContext::EMPTY_RETURN_STATE) {1666 $returnState = $this->atn->states[$config->context->getReturnState($i)];1920 $returnState = $this->atn->states[$config->context->getReturnState($i)];1945 $returnStateNumber = $config->context->getReturnState($i);