()
| 5201 | } |
| 5202 | |
| 5203 | func (p *SqlBaseParser) BooleanExpression() (localctx IBooleanExpressionContext) { |
| 5204 | return p.booleanExpression(0) |
| 5205 | } |
| 5206 | |
| 5207 | func (p *SqlBaseParser) booleanExpression(_p int) (localctx IBooleanExpressionContext) { |
| 5208 | var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext() |
no test coverage detected