Function
NewUpdate_stmtContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 21266 | func (*Update_stmtContext) IsUpdate_stmtContext() {} |
| 21267 | |
| 21268 | func NewUpdate_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Update_stmtContext { |
| 21269 | var p = new(Update_stmtContext) |
| 21270 | |
| 21271 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 21272 | |
| 21273 | p.parser = parser |
| 21274 | p.RuleIndex = SQLiteParserRULE_update_stmt |
| 21275 | |
| 21276 | return p |
| 21277 | } |
| 21278 | |
| 21279 | func (s *Update_stmtContext) GetParser() antlr.Parser { return s.parser } |
| 21280 | |
Tested by
no test coverage detected