()
| 32488 | } |
| 32489 | |
| 32490 | func (p *SQLiteParser) Base_window_name() (localctx IBase_window_nameContext) { |
| 32491 | localctx = NewBase_window_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 32492 | p.EnterRule(localctx, 220, SQLiteParserRULE_base_window_name) |
| 32493 | p.EnterOuterAlt(localctx, 1) |
| 32494 | { |
| 32495 | p.SetState(2158) |
| 32496 | p.Any_name() |
| 32497 | } |
| 32498 | |
| 32499 | errorExit: |
| 32500 | if p.HasError() { |
| 32501 | v := p.GetError() |
| 32502 | localctx.SetException(v) |
| 32503 | p.GetErrorHandler().ReportError(p, v) |
| 32504 | p.GetErrorHandler().Recover(p, v) |
| 32505 | p.SetError(nil) |
| 32506 | } |
| 32507 | p.ExitRule() |
| 32508 | return localctx |
| 32509 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 32510 | } |
| 32511 | |
| 32512 | // ISimple_funcContext is an interface to support dynamic dispatch. |
| 32513 | type ISimple_funcContext interface { |
no test coverage detected