Home
last modified time | relevance | path

Searched refs:reportMatch (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php113 public function reportMatch(Parser $recognizer) : void; function
H A DDefaultErrorStrategy.php114 public function reportMatch(Parser $recognizer) : void function in Antlr\\Antlr4\\Runtime\\Error\\DefaultErrorStrategy
605 * token. Then, before returning {@see DefaultErrorStrategy::reportMatch()}
630 $this->reportMatch($recognizer); // we know current token is correct
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php306 $this->errorHandler->reportMatch($this);
342 $this->errorHandler->reportMatch($this);
378 $this->errorHandler->reportMatch($this);
474 $this->errorHandler->reportMatch($this);
518 $this->errorHandler->reportMatch($this);
598 $this->errorHandler->reportMatch($this);
785 $this->errorHandler->reportMatch($this);
854 $this->errorHandler->reportMatch($this);
1027 $this->errorHandler->reportMatch($this);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php151 * {@see ANTLRErrorStrategy::reportMatch()} and {@see Parser::consume()}
180 $this->errorHandler->reportMatch($this);
198 * (i.e. has a value greater than 0), {@see ANTLRErrorStrategy::reportMatch()}
220 $this->errorHandler->reportMatch($this);