| 8570 | } |
| 8571 | |
| 8572 | type OptFieldContext struct { |
| 8573 | antlr.BaseParserRuleContext |
| 8574 | parser antlr.Parser |
| 8575 | opt antlr.Token |
| 8576 | } |
| 8577 | |
| 8578 | func NewEmptyOptFieldContext() *OptFieldContext { |
| 8579 | var p = new(OptFieldContext) |
nothing calls this directly
no outgoing calls
no test coverage detected