()
| 7488 | } |
| 7489 | |
| 7490 | func (p *SqlBaseParser) PrimaryExpression() (localctx IPrimaryExpressionContext) { |
| 7491 | return p.primaryExpression(0) |
| 7492 | } |
| 7493 | |
| 7494 | func (p *SqlBaseParser) primaryExpression(_p int) (localctx IPrimaryExpressionContext) { |
| 7495 | var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext() |
nothing calls this directly
no test coverage detected