()
| 32176 | } |
| 32177 | |
| 32178 | func (p *SQLiteParser) Window_name() (localctx IWindow_nameContext) { |
| 32179 | localctx = NewWindow_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 32180 | p.EnterRule(localctx, 214, SQLiteParserRULE_window_name) |
| 32181 | p.EnterOuterAlt(localctx, 1) |
| 32182 | { |
| 32183 | p.SetState(2152) |
| 32184 | p.Any_name() |
| 32185 | } |
| 32186 | |
| 32187 | errorExit: |
| 32188 | if p.HasError() { |
| 32189 | v := p.GetError() |
| 32190 | localctx.SetException(v) |
| 32191 | p.GetErrorHandler().ReportError(p, v) |
| 32192 | p.GetErrorHandler().Recover(p, v) |
| 32193 | p.SetError(nil) |
| 32194 | } |
| 32195 | p.ExitRule() |
| 32196 | return localctx |
| 32197 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 32198 | } |
| 32199 | |
| 32200 | // IAliasContext is an interface to support dynamic dispatch. |
| 32201 | type IAliasContext interface { |
no test coverage detected