| 471 | } |
| 472 | |
| 473 | type ProgramContext struct { |
| 474 | antlr.BaseParserRuleContext |
| 475 | parser antlr.Parser |
| 476 | } |
| 477 | |
| 478 | func NewEmptyProgramContext() *ProgramContext { |
| 479 | var p = new(ProgramContext) |
nothing calls this directly
no outgoing calls
no test coverage detected