Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParserRuleContext.php114 public function addErrorNode(ErrorNode $errorNode) : ParseTree argument
116 $errorNode->setParent($this);
118 return $this->addChild($errorNode);