Function
NewColumn_defContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5625 | func (*Column_defContext) IsColumn_defContext() {} |
| 5626 | |
| 5627 | func NewColumn_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_defContext { |
| 5628 | var p = new(Column_defContext) |
| 5629 | |
| 5630 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 5631 | |
| 5632 | p.parser = parser |
| 5633 | p.RuleIndex = SQLiteParserRULE_column_def |
| 5634 | |
| 5635 | return p |
| 5636 | } |
| 5637 | |
| 5638 | func (s *Column_defContext) GetParser() antlr.Parser { return s.parser } |
| 5639 | |
Tested by
no test coverage detected