| 1463 | } |
| 1464 | |
| 1465 | type CalcContext struct { |
| 1466 | antlr.BaseParserRuleContext |
| 1467 | parser antlr.Parser |
| 1468 | op antlr.Token |
| 1469 | } |
| 1470 | |
| 1471 | func NewEmptyCalcContext() *CalcContext { |
| 1472 | var p = new(CalcContext) |
nothing calls this directly
no outgoing calls
no test coverage detected