| 451 | } |
| 452 | |
| 453 | type ExprContext struct { |
| 454 | antlr.BaseParserRuleContext |
| 455 | parser antlr.Parser |
| 456 | e IConditionalOrContext |
| 457 | op antlr.Token |
| 458 | e1 IConditionalOrContext |
| 459 | e2 IExprContext |
| 460 | } |
| 461 | |
| 462 | func NewEmptyExprContext() *ExprContext { |
| 463 | var p = new(ExprContext) |
nothing calls this directly
no outgoing calls
no test coverage detected