Home
last modified time | relevance | path

Searched defs:getExpectedTokens (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php97 public function getExpectedTokens() : ?IntervalSet function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php188 public function getExpectedTokens(int $stateNumber, ?RuleContext $context) : IntervalSet function in Antlr\\Antlr4\\Runtime\\Atn\\ATN
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php713 protected function getExpectedTokens(Parser $recognizer) : IntervalSet function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php824 public function getExpectedTokens() : IntervalSet function in Antlr\\Antlr4\\Runtime\\Parser