Function
NewInsert_stmtContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 15329 | func (*Insert_stmtContext) IsInsert_stmtContext() {} |
| 15330 | |
| 15331 | func NewInsert_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Insert_stmtContext { |
| 15332 | var p = new(Insert_stmtContext) |
| 15333 | |
| 15334 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 15335 | |
| 15336 | p.parser = parser |
| 15337 | p.RuleIndex = SQLiteParserRULE_insert_stmt |
| 15338 | |
| 15339 | return p |
| 15340 | } |
| 15341 | |
| 15342 | func (s *Insert_stmtContext) GetParser() antlr.Parser { return s.parser } |
| 15343 | |
Tested by
no test coverage detected