Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php66 public $parentCtx; variable in Antlr\\Antlr4\\Runtime\\RuleContext
79 $this->parentCtx = $parent;
96 $p = $p->parentCtx;
182 return $this->parentCtx;
187 $this->parentCtx = $ctx;
243 if ($p->parentCtx !== null && ($ruleNames !== null || !$p->parentCtx->isEmpty())) {
247 $p = $p->parentCtx;
H A DParserRuleContext.php80 $this->parentCtx = $ctx->parentCtx;
159 return $this->parentCtx;