(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 3190 | } |
| 3191 | |
| 3192 | func NewCreateMessageContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateMessageContext { |
| 3193 | var p = new(CreateMessageContext) |
| 3194 | |
| 3195 | InitEmptyPrimaryContext(&p.PrimaryContext) |
| 3196 | p.parser = parser |
| 3197 | p.CopyAll(ctx.(*PrimaryContext)) |
| 3198 | |
| 3199 | return p |
| 3200 | } |
| 3201 | |
| 3202 | func (s *CreateMessageContext) GetLeadingDot() antlr.Token { return s.leadingDot } |
| 3203 |
no test coverage detected