Function
NewAlter_table_stmtContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2727 | func (*Alter_table_stmtContext) IsAlter_table_stmtContext() {} |
| 2728 | |
| 2729 | func NewAlter_table_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_table_stmtContext { |
| 2730 | var p = new(Alter_table_stmtContext) |
| 2731 | |
| 2732 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 2733 | |
| 2734 | p.parser = parser |
| 2735 | p.RuleIndex = SQLiteParserRULE_alter_table_stmt |
| 2736 | |
| 2737 | return p |
| 2738 | } |
| 2739 | |
| 2740 | func (s *Alter_table_stmtContext) GetParser() antlr.Parser { return s.parser } |
| 2741 | |
Tested by
no test coverage detected