| 4409 | } |
| 4410 | |
| 4411 | type ExprContext struct { |
| 4412 | antlr.BaseParserRuleContext |
| 4413 | parser antlr.Parser |
| 4414 | e IConditionalOrContext |
| 4415 | op antlr.Token |
| 4416 | e1 IConditionalOrContext |
| 4417 | e2 IExprContext |
| 4418 | } |
| 4419 | |
| 4420 | func NewEmptyExprContext() *ExprContext { |
| 4421 | var p = new(ExprContext) |
nothing calls this directly
no outgoing calls
no test coverage detected