(ctx *QueryTermContext)
| 1381 | func (s *QueryTermContext) GetParser() antlr.Parser { return s.parser } |
| 1382 | |
| 1383 | func (s *QueryTermContext) CopyFrom(ctx *QueryTermContext) { |
| 1384 | s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext) |
| 1385 | } |
| 1386 | |
| 1387 | func (s *QueryTermContext) GetRuleContext() antlr.RuleContext { |
| 1388 | return s |