()
| 31342 | } |
| 31343 | |
| 31344 | func (p *SQLiteParser) Trigger_name() (localctx ITrigger_nameContext) { |
| 31345 | localctx = NewTrigger_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 31346 | p.EnterRule(localctx, 198, SQLiteParserRULE_trigger_name) |
| 31347 | p.EnterOuterAlt(localctx, 1) |
| 31348 | { |
| 31349 | p.SetState(2136) |
| 31350 | p.Any_name() |
| 31351 | } |
| 31352 | |
| 31353 | errorExit: |
| 31354 | if p.HasError() { |
| 31355 | v := p.GetError() |
| 31356 | localctx.SetException(v) |
| 31357 | p.GetErrorHandler().ReportError(p, v) |
| 31358 | p.GetErrorHandler().Recover(p, v) |
| 31359 | p.SetError(nil) |
| 31360 | } |
| 31361 | p.ExitRule() |
| 31362 | return localctx |
| 31363 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 31364 | } |
| 31365 | |
| 31366 | // IView_nameContext is an interface to support dynamic dispatch. |
| 31367 | type IView_nameContext interface { |
no test coverage detected