Lines Matching refs:ParserRuleContext
68 * @var ParserRuleContext|null
552 public function createTerminalNode(ParserRuleContext $parent, Token $t) : TerminalNode
562 public function createErrorNode(ParserRuleContext $parent, Token $t) : ErrorNode
576 if ($parent instanceof ParserRuleContext) {
585 public function enterRule(ParserRuleContext $localctx, int $state, int $ruleIndex) : void
614 if ($parent === null || $parent instanceof ParserRuleContext) {
619 public function enterOuterAlt(ParserRuleContext $localctx, int $altNum) : void
626 /** @var ParserRuleContext $parent */
649 …public function enterRecursionRule(ParserRuleContext $localctx, int $state, int $ruleIndex, int $p…
664 …public function pushNewRecursionContext(ParserRuleContext $localctx, int $state, int $ruleIndex) :…
681 public function unrollRecursionContexts(?ParserRuleContext $parentctx) : void
695 if ($parent !== null && !$parent instanceof ParserRuleContext) {
728 public function getContext() : ?ParserRuleContext
733 private function context() : ParserRuleContext
747 public function setContext(ParserRuleContext $ctx) : void
781 /** @var ParserRuleContext $ctx */