(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 1438 | } |
| 1439 | |
| 1440 | func NewSetOperationContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SetOperationContext { |
| 1441 | var p = new(SetOperationContext) |
| 1442 | |
| 1443 | p.QueryTermContext = NewEmptyQueryTermContext() |
| 1444 | p.parser = parser |
| 1445 | p.CopyFrom(ctx.(*QueryTermContext)) |
| 1446 | |
| 1447 | return p |
| 1448 | } |
| 1449 | |
| 1450 | func (s *SetOperationContext) GetOperator() antlr.Token { return s.operator } |
| 1451 |
no test coverage detected