Function
NewFrame_clauseContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 24178 | func (*Frame_clauseContext) IsFrame_clauseContext() {} |
| 24179 | |
| 24180 | func NewFrame_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_clauseContext { |
| 24181 | var p = new(Frame_clauseContext) |
| 24182 | |
| 24183 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 24184 | |
| 24185 | p.parser = parser |
| 24186 | p.RuleIndex = SQLiteParserRULE_frame_clause |
| 24187 | |
| 24188 | return p |
| 24189 | } |
| 24190 | |
| 24191 | func (s *Frame_clauseContext) GetParser() antlr.Parser { return s.parser } |
| 24192 | |
Tested by
no test coverage detected