Function
NewIndexed_columnContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 4681 | func (*Indexed_columnContext) IsIndexed_columnContext() {} |
| 4682 | |
| 4683 | func NewIndexed_columnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Indexed_columnContext { |
| 4684 | var p = new(Indexed_columnContext) |
| 4685 | |
| 4686 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 4687 | |
| 4688 | p.parser = parser |
| 4689 | p.RuleIndex = SQLiteParserRULE_indexed_column |
| 4690 | |
| 4691 | return p |
| 4692 | } |
| 4693 | |
| 4694 | func (s *Indexed_columnContext) GetParser() antlr.Parser { return s.parser } |
| 4695 | |
Tested by
no test coverage detected