| 4612 | } |
| 4613 | |
| 4614 | type OptFieldContext struct { |
| 4615 | antlr.BaseParserRuleContext |
| 4616 | parser antlr.Parser |
| 4617 | opt antlr.Token |
| 4618 | } |
| 4619 | |
| 4620 | func NewEmptyOptFieldContext() *OptFieldContext { |
| 4621 | var p = new(OptFieldContext) |
nothing calls this directly
no outgoing calls
no test coverage detected