Function
NewOptFieldContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 8590 | func (*OptFieldContext) IsOptFieldContext() {} |
| 8591 | |
| 8592 | func NewOptFieldContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OptFieldContext { |
| 8593 | var p = new(OptFieldContext) |
| 8594 | |
| 8595 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 8596 | |
| 8597 | p.parser = parser |
| 8598 | p.RuleIndex = CommandsParserRULE_optField |
| 8599 | |
| 8600 | return p |
| 8601 | } |
| 8602 | |
| 8603 | func (s *OptFieldContext) GetParser() antlr.Parser { return s.parser } |
| 8604 | |
Tested by
no test coverage detected