(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 6804 | } |
| 6805 | |
| 6806 | func NewCreateListContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateListContext { |
| 6807 | var p = new(CreateListContext) |
| 6808 | |
| 6809 | InitEmptyPrimaryContext(&p.PrimaryContext) |
| 6810 | p.parser = parser |
| 6811 | p.CopyAll(ctx.(*PrimaryContext)) |
| 6812 | |
| 6813 | return p |
| 6814 | } |
| 6815 | |
| 6816 | func (s *CreateListContext) GetOp() antlr.Token { return s.op } |
| 6817 |
no test coverage detected