(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 7148 | } |
| 7149 | |
| 7150 | func NewCreateMessageContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateMessageContext { |
| 7151 | var p = new(CreateMessageContext) |
| 7152 | |
| 7153 | InitEmptyPrimaryContext(&p.PrimaryContext) |
| 7154 | p.parser = parser |
| 7155 | p.CopyAll(ctx.(*PrimaryContext)) |
| 7156 | |
| 7157 | return p |
| 7158 | } |
| 7159 | |
| 7160 | func (s *CreateMessageContext) GetLeadingDot() antlr.Token { return s.leadingDot } |
| 7161 |
no test coverage detected