Home
last modified time | relevance | path

Searched refs:syntaxError (Results 1 – 10 of 10) sorted by path

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DANTLRErrorListener.php21 public function syntaxError( function
H A DBaseErrorListener.php21 public function syntaxError( function in Antlr\\Antlr4\\Runtime\\Error\\Listeners\\BaseErrorListener
H A DConsoleErrorListener.php12 public function syntaxError( function in Antlr\\Antlr4\\Runtime\\Error\\Listeners\\ConsoleErrorListener
H A DProxyErrorListener.php34 public function syntaxError( function in Antlr\\Antlr4\\Runtime\\Error\\Listeners\\ProxyErrorListener
43 $listener->syntaxError($recognizer, $offendingSymbol, $line, $charPositionInLine, $msg, $e);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php536 $listener->syntaxError(
H A DParser.php492 $listener->syntaxError($this, $offendingToken, $line, $charPositionInLine, $msg, $e);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php40 public static function syntaxError($message) function in Doctrine\\Common\\Annotations\\AnnotationException
H A DDocParser.php394 $this->syntaxError($this->lexer->getLiteral($token));
413 … $this->syntaxError(implode(' or ', array_map(array($this->lexer, 'getLiteral'), $tokens)));
429 private function syntaxError($expected, $token = null) function in Doctrine\\Common\\Annotations\\DocParser
446 throw AnnotationException::syntaxError($message);
894 $this->syntaxError('Value', $token);
995 $this->syntaxError('namespace separator or identifier');
1075 $this->syntaxError('PlainValue');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A Dphpt-xfail.phpt5 {syntaxError}