()
| 6347 | } |
| 6348 | |
| 6349 | func (p *SqlBaseParser) ValueExpression() (localctx IValueExpressionContext) { |
| 6350 | return p.valueExpression(0) |
| 6351 | } |
| 6352 | |
| 6353 | func (p *SqlBaseParser) valueExpression(_p int) (localctx IValueExpressionContext) { |
| 6354 | var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext() |
nothing calls this directly
no test coverage detected