Function
NewColumn_aliasContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 29121 | func (*Column_aliasContext) IsColumn_aliasContext() {} |
| 29122 | |
| 29123 | func NewColumn_aliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_aliasContext { |
| 29124 | var p = new(Column_aliasContext) |
| 29125 | |
| 29126 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 29127 | |
| 29128 | p.parser = parser |
| 29129 | p.RuleIndex = SQLiteParserRULE_column_alias |
| 29130 | |
| 29131 | return p |
| 29132 | } |
| 29133 | |
| 29134 | func (s *Column_aliasContext) GetParser() antlr.Parser { return s.parser } |
| 29135 | |
Tested by
no test coverage detected