(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5634 | } |
| 5635 | |
| 5636 | func NewInListContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *InListContext { |
| 5637 | var p = new(InListContext) |
| 5638 | |
| 5639 | p.PredicateContext = NewEmptyPredicateContext() |
| 5640 | p.parser = parser |
| 5641 | p.CopyFrom(ctx.(*PredicateContext)) |
| 5642 | |
| 5643 | return p |
| 5644 | } |
| 5645 | |
| 5646 | func (s *InListContext) GetRuleContext() antlr.RuleContext { |
| 5647 | return s |
no test coverage detected