(ctx *QueryPrimaryContext)
| 1707 | func (s *QueryPrimaryContext) GetParser() antlr.Parser { return s.parser } |
| 1708 | |
| 1709 | func (s *QueryPrimaryContext) CopyFrom(ctx *QueryPrimaryContext) { |
| 1710 | s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext) |
| 1711 | } |
| 1712 | |
| 1713 | func (s *QueryPrimaryContext) GetRuleContext() antlr.RuleContext { |
| 1714 | return s |