Home
last modified time | relevance | path

Searched refs:addErrorNode (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParserRuleContext.php93 $this->addErrorNode($child);
114 public function addErrorNode(ErrorNode $errorNode) : ParseTree function in Antlr\\Antlr4\\Runtime\\ParserRuleContext
H A DParser.php189 $this->context()->addErrorNode($this->createErrorNode($this->context(), $t));
228 $this->context()->addErrorNode($this->createErrorNode($this->context(), $t));
526 … $node = $this->context()->addErrorNode($this->createErrorNode($this->context(), $o));