()
| 30510 | } |
| 30511 | |
| 30512 | func (p *SQLiteParser) Schema_name() (localctx ISchema_nameContext) { |
| 30513 | localctx = NewSchema_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 30514 | p.EnterRule(localctx, 182, SQLiteParserRULE_schema_name) |
| 30515 | p.EnterOuterAlt(localctx, 1) |
| 30516 | { |
| 30517 | p.SetState(2120) |
| 30518 | p.Any_name() |
| 30519 | } |
| 30520 | |
| 30521 | errorExit: |
| 30522 | if p.HasError() { |
| 30523 | v := p.GetError() |
| 30524 | localctx.SetException(v) |
| 30525 | p.GetErrorHandler().ReportError(p, v) |
| 30526 | p.GetErrorHandler().Recover(p, v) |
| 30527 | p.SetError(nil) |
| 30528 | } |
| 30529 | p.ExitRule() |
| 30530 | return localctx |
| 30531 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 30532 | } |
| 30533 | |
| 30534 | // ITable_nameContext is an interface to support dynamic dispatch. |
| 30535 | type ITable_nameContext interface { |
no test coverage detected