Function
NewResult_columnContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 20346 | func (*Result_columnContext) IsResult_columnContext() {} |
| 20347 | |
| 20348 | func NewResult_columnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Result_columnContext { |
| 20349 | var p = new(Result_columnContext) |
| 20350 | |
| 20351 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 20352 | |
| 20353 | p.parser = parser |
| 20354 | p.RuleIndex = SQLiteParserRULE_result_column |
| 20355 | |
| 20356 | return p |
| 20357 | } |
| 20358 | |
| 20359 | func (s *Result_columnContext) GetParser() antlr.Parser { return s.parser } |
| 20360 | |
Tested by
no test coverage detected