(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 2846 | } |
| 2847 | |
| 2848 | func NewCreateListContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateListContext { |
| 2849 | var p = new(CreateListContext) |
| 2850 | |
| 2851 | InitEmptyPrimaryContext(&p.PrimaryContext) |
| 2852 | p.parser = parser |
| 2853 | p.CopyAll(ctx.(*PrimaryContext)) |
| 2854 | |
| 2855 | return p |
| 2856 | } |
| 2857 | |
| 2858 | func (s *CreateListContext) GetOp() antlr.Token { return s.op } |
| 2859 |
no test coverage detected