Home
last modified time | relevance | path

Searched refs:getCurrentRuleName (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
DParserTraceListener.php38 $this->parser->getCurrentRuleName()
DParser.php742 public function getCurrentRuleName() : string function in Antlr\\Antlr4\\Runtime\\Parser
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
DDefaultErrorStrategy.php384 $msg = \sprintf('rule %s %s', $recognizer->getCurrentRuleName(), $e->getMessage());