Searched refs:getATN (Results 1 – 6 of 6) sorted by relevance
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ ! | ||
| H A D | Recognizer.php | 65 for ($i = 0; $i <= $this->getATN()->maxTokenType; $i++) { |
| H A D | Parser.php | 826 return $this->getATN() |
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ ! | ||
| H A D | RecognitionException.php | 107 return $this->recognizer->getATN()->getExpectedTokens($this->offendingState, $this->ctx); |
| /plugin/combo/ComboStrap/PageSqlParser/ ! | ||
| H A D | PageSqlLexer.php | 667 public function getATN() : ATN function in ComboStrap\\PageSqlParser\\PageSqlLexer |
| H A D | PageSqlParser.php | 280 public function getATN() : ATN function in ComboStrap\\PageSqlParser\\PageSqlParser |
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ ! | ||
| H A D | DefaultErrorStrategy.php | 267 $nextTokens = $recognizer->getATN()->nextTokens($s); |