()
| 31446 | } |
| 31447 | |
| 31448 | func (p *SQLiteParser) View_name() (localctx IView_nameContext) { |
| 31449 | localctx = NewView_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 31450 | p.EnterRule(localctx, 200, SQLiteParserRULE_view_name) |
| 31451 | p.EnterOuterAlt(localctx, 1) |
| 31452 | { |
| 31453 | p.SetState(2138) |
| 31454 | p.Any_name() |
| 31455 | } |
| 31456 | |
| 31457 | errorExit: |
| 31458 | if p.HasError() { |
| 31459 | v := p.GetError() |
| 31460 | localctx.SetException(v) |
| 31461 | p.GetErrorHandler().ReportError(p, v) |
| 31462 | p.GetErrorHandler().Recover(p, v) |
| 31463 | p.SetError(nil) |
| 31464 | } |
| 31465 | p.ExitRule() |
| 31466 | return localctx |
| 31467 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 31468 | } |
| 31469 | |
| 31470 | // IModule_nameContext is an interface to support dynamic dispatch. |
| 31471 | type IModule_nameContext interface { |
no test coverage detected