()
| 30614 | } |
| 30615 | |
| 30616 | func (p *SQLiteParser) Table_name() (localctx ITable_nameContext) { |
| 30617 | localctx = NewTable_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 30618 | p.EnterRule(localctx, 184, SQLiteParserRULE_table_name) |
| 30619 | p.EnterOuterAlt(localctx, 1) |
| 30620 | { |
| 30621 | p.SetState(2122) |
| 30622 | p.Any_name() |
| 30623 | } |
| 30624 | |
| 30625 | errorExit: |
| 30626 | if p.HasError() { |
| 30627 | v := p.GetError() |
| 30628 | localctx.SetException(v) |
| 30629 | p.GetErrorHandler().ReportError(p, v) |
| 30630 | p.GetErrorHandler().Recover(p, v) |
| 30631 | p.SetError(nil) |
| 30632 | } |
| 30633 | p.ExitRule() |
| 30634 | return localctx |
| 30635 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 30636 | } |
| 30637 | |
| 30638 | // ITable_or_index_nameContext is an interface to support dynamic dispatch. |
| 30639 | type ITable_or_index_nameContext interface { |
no test coverage detected