(p *UnaryContext)
| 5726 | } |
| 5727 | |
| 5728 | func InitEmptyUnaryContext(p *UnaryContext) { |
| 5729 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1) |
| 5730 | p.RuleIndex = CommandsParserRULE_unary |
| 5731 | } |
| 5732 | |
| 5733 | func (*UnaryContext) IsUnaryContext() {} |
| 5734 |
no outgoing calls
no test coverage detected