| 28752 | } |
| 28753 | |
| 28754 | type Unary_operatorContext struct { |
| 28755 | antlr.BaseParserRuleContext |
| 28756 | parser antlr.Parser |
| 28757 | } |
| 28758 | |
| 28759 | func NewEmptyUnary_operatorContext() *Unary_operatorContext { |
| 28760 | var p = new(Unary_operatorContext) |
nothing calls this directly
no outgoing calls
no test coverage detected