()
| 27655 | } |
| 27656 | |
| 27657 | func (p *SQLiteParser) Of_OF_fset() (localctx IOf_OF_fsetContext) { |
| 27658 | localctx = NewOf_OF_fsetContext(p, p.GetParserRuleContext(), p.GetState()) |
| 27659 | p.EnterRule(localctx, 150, SQLiteParserRULE_of_OF_fset) |
| 27660 | p.EnterOuterAlt(localctx, 1) |
| 27661 | { |
| 27662 | p.SetState(2055) |
| 27663 | p.Match(SQLiteParserCOMMA) |
| 27664 | if p.HasError() { |
| 27665 | // Recognition error - abort rule |
| 27666 | goto errorExit |
| 27667 | } |
| 27668 | } |
| 27669 | { |
| 27670 | p.SetState(2056) |
| 27671 | p.Signed_number() |
| 27672 | } |
| 27673 | |
| 27674 | errorExit: |
| 27675 | if p.HasError() { |
| 27676 | v := p.GetError() |
| 27677 | localctx.SetException(v) |
| 27678 | p.GetErrorHandler().ReportError(p, v) |
| 27679 | p.GetErrorHandler().Recover(p, v) |
| 27680 | p.SetError(nil) |
| 27681 | } |
| 27682 | p.ExitRule() |
| 27683 | return localctx |
| 27684 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 27685 | } |
| 27686 | |
| 27687 | // IDefault_DEFAULT__valueContext is an interface to support dynamic dispatch. |
| 27688 | type IDefault_DEFAULT__valueContext interface { |
no test coverage detected