| 5421 | } |
| 5422 | |
| 5423 | type CalcContext struct { |
| 5424 | antlr.BaseParserRuleContext |
| 5425 | parser antlr.Parser |
| 5426 | op antlr.Token |
| 5427 | } |
| 5428 | |
| 5429 | func NewEmptyCalcContext() *CalcContext { |
| 5430 | var p = new(CalcContext) |
nothing calls this directly
no outgoing calls
no test coverage detected