| 5335 | } |
| 5336 | |
| 5337 | type OptExprContext struct { |
| 5338 | antlr.BaseParserRuleContext |
| 5339 | parser antlr.Parser |
| 5340 | opt antlr.Token |
| 5341 | e IExprContext |
| 5342 | } |
| 5343 | |
| 5344 | func NewEmptyOptExprContext() *OptExprContext { |
| 5345 | var p = new(OptExprContext) |
nothing calls this directly
no outgoing calls
no test coverage detected