| 540 | } |
| 541 | |
| 542 | type CommandContext struct { |
| 543 | antlr.BaseParserRuleContext |
| 544 | parser antlr.Parser |
| 545 | } |
| 546 | |
| 547 | func NewEmptyCommandContext() *CommandContext { |
| 548 | var p = new(CommandContext) |
nothing calls this directly
no outgoing calls
no test coverage detected