()
| 30156 | } |
| 30157 | |
| 30158 | func (p *SQLiteParser) Name() (localctx INameContext) { |
| 30159 | localctx = NewNameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 30160 | p.EnterRule(localctx, 176, SQLiteParserRULE_name) |
| 30161 | p.EnterOuterAlt(localctx, 1) |
| 30162 | { |
| 30163 | p.SetState(2109) |
| 30164 | p.Any_name() |
| 30165 | } |
| 30166 | |
| 30167 | errorExit: |
| 30168 | if p.HasError() { |
| 30169 | v := p.GetError() |
| 30170 | localctx.SetException(v) |
| 30171 | p.GetErrorHandler().ReportError(p, v) |
| 30172 | p.GetErrorHandler().Recover(p, v) |
| 30173 | p.SetError(nil) |
| 30174 | } |
| 30175 | p.ExitRule() |
| 30176 | return localctx |
| 30177 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 30178 | } |
| 30179 | |
| 30180 | // IFunction_nameContext is an interface to support dynamic dispatch. |
| 30181 | type IFunction_nameContext interface { |
no test coverage detected