Function
NewWith_clauseContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 9835 | func (*With_clauseContext) IsWith_clauseContext() {} |
| 9836 | |
| 9837 | func NewWith_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *With_clauseContext { |
| 9838 | var p = new(With_clauseContext) |
| 9839 | |
| 9840 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 9841 | |
| 9842 | p.parser = parser |
| 9843 | p.RuleIndex = SQLiteParserRULE_with_clause |
| 9844 | |
| 9845 | return p |
| 9846 | } |
| 9847 | |
| 9848 | func (s *With_clauseContext) GetParser() antlr.Parser { return s.parser } |
| 9849 | |
Tested by
no test coverage detected