(ctx *GroupingElementContext)
| 2715 | func (s *GroupingElementContext) GetParser() antlr.Parser { return s.parser } |
| 2716 | |
| 2717 | func (s *GroupingElementContext) CopyFrom(ctx *GroupingElementContext) { |
| 2718 | s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext) |
| 2719 | } |
| 2720 | |
| 2721 | func (s *GroupingElementContext) GetRuleContext() antlr.RuleContext { |
| 2722 | return s |