Function
NewOf_OF_fsetContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 27602 | func (*Of_OF_fsetContext) IsOf_OF_fsetContext() {} |
| 27603 | |
| 27604 | func NewOf_OF_fsetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Of_OF_fsetContext { |
| 27605 | var p = new(Of_OF_fsetContext) |
| 27606 | |
| 27607 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 27608 | |
| 27609 | p.parser = parser |
| 27610 | p.RuleIndex = SQLiteParserRULE_of_OF_fset |
| 27611 | |
| 27612 | return p |
| 27613 | } |
| 27614 | |
| 27615 | func (s *Of_OF_fsetContext) GetParser() antlr.Parser { return s.parser } |
| 27616 | |
Tested by
no test coverage detected