| 9293 | } |
| 9294 | |
| 9295 | type OptExprContext struct { |
| 9296 | antlr.BaseParserRuleContext |
| 9297 | parser antlr.Parser |
| 9298 | opt antlr.Token |
| 9299 | e IExprContext |
| 9300 | } |
| 9301 | |
| 9302 | func NewEmptyOptExprContext() *OptExprContext { |
| 9303 | var p = new(OptExprContext) |
nothing calls this directly
no outgoing calls
no test coverage detected