Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php681 public function unrollRecursionContexts(?ParserRuleContext $parentctx) : void argument
691 while ($this->ctx !== $parentctx) {
702 $this->ctx = $parentctx;
706 $retctx->setParent($parentctx);
708 if ($this->buildParseTree && $parentctx !== null) {
710 $parentctx->addChild($retctx);