(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5588 | } |
| 5589 | |
| 5590 | func NewInSubqueryContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *InSubqueryContext { |
| 5591 | var p = new(InSubqueryContext) |
| 5592 | |
| 5593 | p.PredicateContext = NewEmptyPredicateContext() |
| 5594 | p.parser = parser |
| 5595 | p.CopyFrom(ctx.(*PredicateContext)) |
| 5596 | |
| 5597 | return p |
| 5598 | } |
| 5599 | |
| 5600 | func (s *InSubqueryContext) GetRuleContext() antlr.RuleContext { |
| 5601 | return s |
no test coverage detected