Function
NewTable_aliasContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 31814 | func (*Table_aliasContext) IsTable_aliasContext() {} |
| 31815 | |
| 31816 | func NewTable_aliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_aliasContext { |
| 31817 | var p = new(Table_aliasContext) |
| 31818 | |
| 31819 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 31820 | |
| 31821 | p.parser = parser |
| 31822 | p.RuleIndex = SQLiteParserRULE_table_alias |
| 31823 | |
| 31824 | return p |
| 31825 | } |
| 31826 | |
| 31827 | func (s *Table_aliasContext) GetParser() antlr.Parser { return s.parser } |
| 31828 | |
Tested by
no test coverage detected