(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 2982 | } |
| 2983 | |
| 2984 | func NewCreateStructContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateStructContext { |
| 2985 | var p = new(CreateStructContext) |
| 2986 | |
| 2987 | InitEmptyPrimaryContext(&p.PrimaryContext) |
| 2988 | p.parser = parser |
| 2989 | p.CopyAll(ctx.(*PrimaryContext)) |
| 2990 | |
| 2991 | return p |
| 2992 | } |
| 2993 | |
| 2994 | func (s *CreateStructContext) GetOp() antlr.Token { return s.op } |
| 2995 |
no test coverage detected