(ctx *gen.UnaryContext)
| 549 | } |
| 550 | |
| 551 | func (p *parser) VisitUnary(ctx *gen.UnaryContext) any { |
| 552 | return p.helper.newLiteralString(ctx, "<<error>>") |
| 553 | } |
| 554 | |
| 555 | // Visit a parse tree produced by CELParser#LogicalNot. |
| 556 | func (p *parser) VisitLogicalNot(ctx *gen.LogicalNotContext) any { |