| 339 | } |
| 340 | |
| 341 | type StartContext struct { |
| 342 | antlr.BaseParserRuleContext |
| 343 | parser antlr.Parser |
| 344 | } |
| 345 | |
| 346 | func NewEmptyStartContext() *StartContext { |
| 347 | var p = new(StartContext) |
nothing calls this directly
no outgoing calls
no test coverage detected