Searched refs:getExpectedTokens (Results 1 – 4 of 4) sorted by relevance
302 $expecting = $recognizer->getExpectedTokens();358 $expectedTokens = $e->getExpectedTokens();417 $expecting = $this->getExpectedTokens($recognizer);454 $expecting = $this->getExpectedTokens($recognizer);623 $expecting = $this->getExpectedTokens($recognizer);677 $expecting = $this->getExpectedTokens($recognizer);713 protected function getExpectedTokens(Parser $recognizer) : IntervalSet function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy715 return $recognizer->getExpectedTokens();
97 public function getExpectedTokens() : ?IntervalSet function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException107 return $this->recognizer->getATN()->getExpectedTokens($this->offendingState, $this->ctx);
188 public function getExpectedTokens(int $stateNumber, ?RuleContext $context) : IntervalSet function in Antlr\\Antlr4\\Runtime\\Atn\\ATN
824 public function getExpectedTokens() : IntervalSet function in Antlr\\Antlr4\\Runtime\\Parser827 ->getExpectedTokens($this->getState(), $this->getContext());