Function
NewNew_table_nameContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 30773 | func (*New_table_nameContext) IsNew_table_nameContext() {} |
| 30774 | |
| 30775 | func NewNew_table_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *New_table_nameContext { |
| 30776 | var p = new(New_table_nameContext) |
| 30777 | |
| 30778 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 30779 | |
| 30780 | p.parser = parser |
| 30781 | p.RuleIndex = SQLiteParserRULE_new_table_name |
| 30782 | |
| 30783 | return p |
| 30784 | } |
| 30785 | |
| 30786 | func (s *New_table_nameContext) GetParser() antlr.Parser { return s.parser } |
| 30787 | |
Tested by
no test coverage detected