Function
NewBegin_stmtContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 3493 | func (*Begin_stmtContext) IsBegin_stmtContext() {} |
| 3494 | |
| 3495 | func NewBegin_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Begin_stmtContext { |
| 3496 | var p = new(Begin_stmtContext) |
| 3497 | |
| 3498 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 3499 | |
| 3500 | p.parser = parser |
| 3501 | p.RuleIndex = SQLiteParserRULE_begin_stmt |
| 3502 | |
| 3503 | return p |
| 3504 | } |
| 3505 | |
| 3506 | func (s *Begin_stmtContext) GetParser() antlr.Parser { return s.parser } |
| 3507 | |
Tested by
no test coverage detected