(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 6940 | } |
| 6941 | |
| 6942 | func NewCreateStructContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateStructContext { |
| 6943 | var p = new(CreateStructContext) |
| 6944 | |
| 6945 | InitEmptyPrimaryContext(&p.PrimaryContext) |
| 6946 | p.parser = parser |
| 6947 | p.CopyAll(ctx.(*PrimaryContext)) |
| 6948 | |
| 6949 | return p |
| 6950 | } |
| 6951 | |
| 6952 | func (s *CreateStructContext) GetOp() antlr.Token { return s.op } |
| 6953 |
no test coverage detected